Skip to content

Commit 213ce04

Browse files
claudeimjasonh
authored andcommitted
ci(deps): group dependabot updates per ecosystem
Reduce PR noise by combining daily dependabot updates into a single grouped PR per ecosystem (gomod and github-actions).
1 parent 410ee90 commit 213ce04

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
groups:
8+
gomod:
9+
patterns:
10+
- "*"
711
- package-ecosystem: github-actions
812
directory: /
913
schedule:
1014
interval: "daily"
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)