summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-06 13:56:09 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-06 13:56:45 +0200
commit78709ce2b9537f710f24edba15243aef1d732891 (patch)
treeae5c26fc18f3e5feb5f64f10c1d857a6826970a0
parent70806b303c9cb51484a82b64502cd8743f708570 (diff)
downloadqutebrowser-78709ce2b9537f710f24edba15243aef1d732891.tar.gz
qutebrowser-78709ce2b9537f710f24edba15243aef1d732891.zip
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.
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
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"