Sfoglia il codice sorgente

Tweak dependabot config

* switch to weekly updates
* increase versions
* add bundler deps too
XhmikosR 4 anni fa
parent
commit
e60dc163e3
1 ha cambiato i file con 16 aggiunte e 6 eliminazioni
  1. 16 6
      .github/dependabot.yml

+ 16 - 6
.github/dependabot.yml

@@ -1,8 +1,18 @@
 version: 2
 updates:
-- package-ecosystem: npm
-  directory: "/"
-  schedule:
-    interval: daily
-    time: "03:00"
-  open-pull-requests-limit: 10
+  - package-ecosystem: npm
+    directory: "/"
+    schedule:
+      interval: weekly
+      day: monday
+      time: "03:00"
+    open-pull-requests-limit: 10
+    versioning-strategy: increase
+  - package-ecosystem: bundler
+    directory: "/docs/"
+    schedule:
+      interval: weekly
+      day: monday
+      time: "03:00"
+    open-pull-requests-limit: 10
+    versioning-strategy: increase