ci(dependabot): approve non-major updates to unblock auto-merge#403
Merged
Conversation
The next-branch ruleset requires 1 approving review. Dependabot PRs never get one, so auto-merge stayed BLOCKED indefinitely. Approve non-major (patch + minor) updates with the app token before enabling auto-merge; the app identity differs from the PR author, so the approval satisfies the rule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
blafourcade
added a commit
that referenced
this pull request
Jul 10, 2026
The next-branch ruleset requires 1 approving review. Dependabot PRs never get one, so auto-merge stayed BLOCKED indefinitely. Approve non-major (patch + minor) updates with the app token before enabling auto-merge; the app identity differs from the PR author, so the approval satisfies the rule. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Problem
Non-major dependabot PRs on
nexthad auto-merge enabled but satBLOCKEDforever. Thenext protectionruleset requiresrequired_approving_review_count: 1; dependabot PRs never receive a review, so auto-merge never fires.Fix
Add an approve step (app token) for non-major (patch + minor) updates before enabling auto-merge. The app identity (
aidd-bot) differs from the PR author (dependabot[bot]), so the approval counts toward the required review.Targets
nextbecausepull_request_targetruns the workflow from the PR's base branch.Notes
🤖 Generated with Claude Code