Commit 6afbfce
committed
ci: deduplicate Dependabot ecosystem and group routine action bumps
Dependabot's github-actions ecosystem at directory `/` already
recursively scans `.github/workflows/` — the second entry pointed at
`/.github/workflows` was producing two PRs for every action update.
Remove it.
Group minor/patch bumps so the weekly Monday run yields one PR per
group instead of five for routine actions/* version updates. Major
bumps still arrive as individual PRs because they're more likely to
need review.
This commit also has the side effect of triggering Dependabot's
manifest-change re-scan, which is how the previously-closed PRs (left
orphaned by the force-push during the v0.1.0 release) get re-created
against the current main.1 parent 2ffd174 commit 6afbfce
1 file changed
Lines changed: 11 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments