fix(renovate): add ignoreTests so patch automerge pushes to main directly #203
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/renovate-branch-automerge-ignoretests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root-cause fix for the PR #200 incident: with no CI checks, Renovate refuses branch automerge and falls back to a PR merged via Forgejo's merge API, which intermittently half-completes (merge commit on main, PR left unmerged, push webhook never fires, Komodo never deploys).
ignoreTests: truelets renovate-bot push patch groups straight to main as originally intended, bypassing the flaky merge API.?? Generated with Claude Code