Commit a0b051c
chore(dependabot): disable auto-rebase to avoid CI cascade
When one Dependabot PR merges and main advances, Dependabot's default
behavior is to auto-rebase all its other open PRs by force-pushing onto
each. With the Deploy Preview environment gate, every force-push
invalidates the prior approval and triggers a fresh CI run — turning N
sibling PRs into roughly O(N^2) workflow runs. The /dependabot-review
skill already rebases on demand (`gh pr update-branch`, or commenting
`@dependabot rebase` if conflicts) so disabling auto-rebase doesn't lose
any capability — it just lets the skill control when rebases happen.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 09144fb commit a0b051c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| 26 | + | |
0 commit comments