Commit 7adf8ff
authored
chore(deps): consolidate dependabot groups (#27)
Consolidates dependabot grouping into one version-update group and one
security-update group per ecosystem to stop package-lock.json merge
conflicts between open PRs.
Before: split production/dev groups created two PRs per run, each
touching the lockfile; scoped names like `@eslint/js` slipped between
the glob patterns.
After: one version-updates PR + one rolling security-updates PR per
ecosystem. `open-pull-requests-limit` lowered to 2. Uses `applies-to` so
advisories batch instead of opening individual PRs.
No runtime/build impact — Dependabot config only.1 parent 5d0171b commit 7adf8ff
1 file changed
Lines changed: 16 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
0 commit comments