]> git.openstreetmap.org Git - rails.git/commitdiff
Enable dependabot
authorTom Hughes <tom@compton.nu>
Fri, 26 Jun 2020 18:23:10 +0000 (19:23 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 26 Jun 2020 18:23:10 +0000 (19:23 +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..b765f00
--- /dev/null
@@ -0,0 +1,12 @@
+version: 2
+updates:
+  - package-ecosystem: "bundler"
+    versioning-strategy: "increase-if-necessary"
+    directory: "/"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "npm"
+    versioning-strategy: "increase-if-necessary"
+    directory: "/"
+    schedule:
+      interval: "daily"