Browse Source

Create dependabot.yml

Douglas Thrift 3 years ago
parent
commit
0681678421
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+version: 2
+updates:
+  - package-ecosystem: bundler
+    directory: /
+    schedule:
+      interval: weekly
+      day: saturday
+      time: "12:00"
+      timezone: America/Los_Angeles