Commit 4ae12f2
fix(ci): dependabot auto-merge uses squash, not merge commit (#5)
The repo only allows squash merges on protected main, so the
auto-merge workflow was failing with:
Merge method merge commits are not allowed on this repository
Switch --merge → --squash in both semver-minor and semver-patch
auto-merge steps.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8e0b7f6 commit 4ae12f2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
0 commit comments