فهرست منبع

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