Skip to content

Commit 212292b

Browse files
authored
Add Dependabot configuration for 4.x branch
1 parent 04369f7 commit 212292b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
version: 2
22
updates:
33
- package-ecosystem: "composer"
4+
target-branch: "master"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
labels:
9+
- "Dependencies 📦"
10+
- "PHP 🐘"
11+
versioning-strategy: "widen"
12+
open-pull-requests-limit: 1
13+
- package-ecosystem: "composer"
14+
target-branch: "4.x"
415
directory: "/"
516
schedule:
617
interval: "daily"

0 commit comments

Comments
 (0)