Browse Source

ci: target dev branch for dependabot

Anankke 2 months ago
parent
commit
d9292458a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/dependabot.yml

+ 2 - 0
.github/dependabot.yml

@@ -2,10 +2,12 @@ version: 2
 updates:
   - package-ecosystem: "composer"
     directory: "/"
+    target-branch: "dev"
     schedule:
       interval: "monthly"
 
   - package-ecosystem: "github-actions"
     directory: "/"
+    target-branch: "dev"
     schedule:
       interval: "weekly"