浏览代码

Merge pull request #3880 from pixelfed/staging

Update dependabot config
daniel 2 年之前
父节点
当前提交
d31fc95fdc
共有 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