Commit 206413b
committed
fix(ci): dependabot auto-merge — block grouped major bumps
Old check evaluated steps.meta.outputs.update-type which only reflects
the first dependency in a grouped PR. A grouped PR with one minor dep
+ several major-bump deps would auto-merge unattended.
Incident 2026-05-04: Operational-Dashboard PR #7 (grouped runtime-deps)
included astro 5→6, tailwind 3→4, TS 5→6. Auto-merged. CF Workers Build
rejected the resulting peer-dep tree, dashboard.umbrellaitgroup.com
went down.
New check additionally requires
steps.meta.outputs.dependency-major-versions-changed == ''
which is non-empty when ANY dep in the group has a major bump.
Major-bump PRs get labeled 'needs-review,major-version' so they
don't sit silently.
Bumps fetch-metadata to v3 if not already.1 parent df1d24c commit 206413b
1 file changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments