Ver código fonte

Merge pull request #3880 from pixelfed/staging

Update dependabot config
daniel 2 anos atrás
pai
commit
d31fc95fdc
1 arquivos alterados com 10 adições e 6 exclusões
  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