Commit a53fcf7
fix(ci): group Dependabot updates into one PR per ecosystem
Without a groups: block Dependabot opens ONE PR PER DEPENDENCY. Every one of
those PRs re-fires every workflow in the repo, so a single estate-wide bump
(e.g. actions/checkout 7.0.0 -> 7.0.1) fans out into N PRs x M workflow runs
of notifications. This was a measurable amplifier of the notification storm.
Grouping with patterns: ["*"] makes the same bump a single PR, matching the
223 estate repos that already do this.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ffeeae7 commit a53fcf7
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
0 commit comments