Sfoglia il codice sorgente

Create dependabot.yml

Douglas Thrift 3 anni fa
parent
commit
0681678421
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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