]> git.openstreetmap.org Git - chef.git/commitdiff
Enable dependabot for chef repository
authorTom Hughes <tom@compton.nu>
Thu, 25 Jun 2020 17:56:12 +0000 (18:56 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 25 Jun 2020 17:58:06 +0000 (18:58 +0100)
.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..403b308
--- /dev/null
@@ -0,0 +1,10 @@
+version: 2
+updates:
+  - package-ecosystem: "bundler"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"