chore(renovate): automerge non-major, digest and pin updates - #555
Merged
Conversation
Renovate PRs had "Automerge: Disabled by config", so every dependency bump waited for a hand even when the required checks were green. Turn automerge on for the classes where a green check is sufficient proof: - the four weekly non-major groups (github actions, python, npm, rust) - digest, pin and pinDigest updates Kept manual: - majors, which already ride solo for their own review - praxis-policy-core digest bumps: the pin is held deliberately (#536) and Renovate cannot regenerate the cpex-ocsf-audit lockfile without the cpex sibling checkout (#552) automergeStrategy is squash to match how the repository merges. Validated with renovate-config-validator (44.x): config validated successfully. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014c1RBLy2Kiinj7QnLCNi7N
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renovate PRs carried "Automerge: Disabled by config", so every dependency bump waited for a hand even when the required checks were green. This turns automerge on where a green check is sufficient proof and keeps it off where a human decision is involved.
Automerge on:
Kept manual:
automergeStrategyissquashto match how the repository merges. Renovate uses GitHub's native auto-merge for this, gated on the required checks in branch protection, so a red check still holds a PR.Verification
renovate-config-validator(Renovate 44.x):Config validated successfullyOne setting to confirm
GitHub native auto-merge needs "Allow auto-merge" enabled under Settings, General, Pull Requests. If it is off, Renovate logs a warning and falls back to merging on its own next run once checks are green, so nothing breaks, but the merge is slower.
🤖 Generated with Claude Code
https://claude.ai/code/session_014c1RBLy2Kiinj7QnLCNi7N
Generated by Claude Code