Commit 63f3aea
authored
ci: add patterns: ['*'] to dependabot actions-minor-patch group (#407)
Gemini caught this post-merge on PR #406: Dependabot's `groups` block
requires at least one selection criterion (`patterns`, `exclude-patterns`,
or `dependency-type`) for the group to match any dependencies. Without
one, the group silently matches zero dependencies and every update opens
its own PR — defeating the purpose of grouping.
Added `patterns: ['*']` to match all GitHub Actions in the group, plus
an inline comment explaining why the selector is mandatory.1 parent 5f761a9 commit 63f3aea
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
0 commit comments