Skip to content

Commit 1df67ee

Browse files
committed
Dependabot: monitor 5.0 branch as well
1 parent 9544801 commit 1df67ee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
3+
- &githubactions
4+
package-ecosystem: "github-actions"
5+
target-branch: "6.x"
46
directory: "/"
57
schedule:
68
interval: daily
@@ -11,3 +13,5 @@ updates:
1113
- "no changelog"
1214
assignees:
1315
- "robsdedude"
16+
- <<: *&gh-actions
17+
target-branch: "5.0"

0 commit comments

Comments
 (0)