aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-06-18 19:22:57 +0700
committerAlexander Fougner <fougner89@gmail.com>2023-07-20 22:27:56 +0200
commit2bbb23812c83817f3316c96b4599781d475fbe0f (patch)
tree63a2e1fa1d616c7f389c76d1e6b6181d7b938e4c
parent73dd04c0594e01b9655983b1863106771f9df88c (diff)
downloadbcachefs-tools-2bbb23812c83817f3316c96b4599781d475fbe0f.tar.gz
add dependabot config to keep github ci actions up-to-date
-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 00000000..5ace4600
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"