]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
add dependabot config to keep github ci actions up-to-date
authorJörg Thalheim <joerg@thalheim.io>
Sun, 18 Jun 2023 12:22:57 +0000 (19:22 +0700)
committerAlexander Fougner <fougner89@gmail.com>
Thu, 20 Jul 2023 20:27:56 +0000 (22:27 +0200)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..5ace460
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"