Browse Source

Merge pull request #2898 from ColorlibHQ/dependabot-cfg

Tweak dependabot config
Aigars Silkalns 4 years ago
parent
commit
cd6930dd0a
1 changed files with 16 additions and 6 deletions
  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