summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-04 19:11:22 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-04 19:12:54 +0100
commit7e7eaaee7c0209680f496a32b4ba755a1bb52fcc (patch)
treeef023911d01df3207db418144ed1878114129022
parent438f38a88f6ee44706fc7429c85daaa6756a102c (diff)
downloadqutebrowser-7e7eaaee7c0209680f496a32b4ba755a1bb52fcc.tar.gz
qutebrowser-7e7eaaee7c0209680f496a32b4ba755a1bb52fcc.zip
Retry dependabot for GitHub Actions
See 78709ce2b9537f710f24edba15243aef1d732891 and fa5e04fdaf8af9230c4cd9c386c5d8e0307655ca Hoping this will work better nowadays? Tenatively closes #7299
-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..5ace4600a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"