Skip to content

Commit d2fb468

Browse files
committed
Add dependabot grouping for GH actions
1 parent 44dfa15 commit d2fb468

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ updates:
66
interval: "daily"
77
time: "09:30"
88
timezone: "America/Toronto"
9+
groups:
10+
github-official:
11+
patterns:
12+
- "actions/*"
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
docker:
17+
patterns:
18+
- "docker/*"
19+
update-types:
20+
- "minor"
21+
- "patch"
922
pull-request-branch-name:
1023
separator: "/"
1124
commit-message:

0 commit comments

Comments
 (0)