瀏覽代碼

Update dependabot config

Daniel Supernault 2 年之前
父節點
當前提交
76961c4119
共有 1 個文件被更改,包括 10 次插入6 次删除
  1. 10 6
      .github/dependabot.yml

+ 10 - 6
.github/dependabot.yml

@@ -5,11 +5,15 @@
 
 version: 2
 updates:
-  - package-ecosystem: "composer" # See documentation for possible values
-    directory: "/" # Location of package manifests
+  - package-ecosystem: "composer"
+    directory: "/"
+    target-branch: "staging"
     schedule:
-      interval: "daily"
-  - package-ecosystem: "npm" # See documentation for possible values
-    directory: "/" # Location of package manifests
+      interval: "weekly"
+    versioning-strategy: lockfile-only
+  - package-ecosystem: "npm"
+    directory: "/"
+    target-branch: "staging"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+    versioning-strategy: lockfile-only