From 78709ce2b9537f710f24edba15243aef1d732891 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Jul 2020 13:56:09 +0200 Subject: ci: Set up dependabot for GitHub Actions We don't use it for Python (because, among other reasons, it can't bundle PRs). There, we use recompile_requirements.py instead. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..123014908 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3-54-g00ecf