Skip to content

Commit f2bfe9d

Browse files
authored
Merge pull request #832 from mkurz/add-dependabot-branches
Add missing branche to dependabot config
2 parents 0b73d9a + a39b499 commit f2bfe9d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
target-branch: "6.0.x"
12+
commit-message:
13+
prefix: "[6.0.x] "
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
target-branch: "5.3.x"
19+
commit-message:
20+
prefix: "[5.3.x] "
721
- package-ecosystem: "github-actions"
822
directory: "/"
923
schedule:

0 commit comments

Comments
 (0)