Commit 9107082
committed
docs: comprehensive auto-merge troubleshooting guide
Add extensive documentation for dependency auto-merge configuration
and troubleshooting based on real-world issues encountered:
SKILL.md:
- Add quick reference troubleshooting table
- Add branch protection commands for auto-merge
- Add recommended Renovate config example
dependency-management.md:
- Document Renovate platformAutomerge vs workflow auto-merge
- Explain bypass permissions and who enables auto-merge matters
- Add branch protection check name matching (matrix jobs)
- Document require_code_owner_reviews blocking auto-merge
- Add lock file maintenance via Renovate (not CI push)
- Document GitHub skipping push events on rapid merges
- Add workflow_dispatch for manual triggers
- Add merge strategy requirements (required_linear_history)
- Comprehensive troubleshooting section
- Update Dependabot vs Renovate comparison
Key learnings:
- Check names must match exactly (job vs job (variant))
- require_code_owner_reviews blocks auto-merge even with bypass
- Renovate platformAutomerge uses bypass; workflow doesn't
- CI cannot push to protected branches; use lockFileMaintenance1 parent 2ed4ab5 commit 9107082
2 files changed
Lines changed: 301 additions & 72 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
290 | 354 | | |
291 | 355 | | |
292 | 356 | | |
| |||
0 commit comments