Skip to content

Commit 3261721

Browse files
authored
chore: add groups to dependabot (#101)
1 parent e59c3fe commit 3261721

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,18 @@ updates:
2222
interval: "weekly"
2323
commit-message:
2424
prefix: "chore: "
25+
# Group updates for the same action across different workflows
26+
groups:
27+
actions-group:
28+
patterns:
29+
- "actions/*"
30+
update-types:
31+
- "minor"
32+
- "patch"
33+
checkout-group:
34+
patterns:
35+
- "actions/checkout"
36+
update-types:
37+
- "major"
38+
- "minor"
39+
- "patch"

0 commit comments

Comments
 (0)