⬆️ Tune Dependabot update policy#306
Merged
Merged
Conversation
Robdel12
force-pushed
the
rd/dependabot-policy-gitmoji
branch
from
July 6, 2026 04:38
da43145 to
b84835c
Compare
Robdel12
marked this pull request as ready for review
July 6, 2026 04:38
Vizzly - Visual Test ResultsCLI Reporter - Waiting for buildNo builds received yet for this pull request.
|
Robdel12
enabled auto-merge (squash)
July 6, 2026 04:39
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.
Why
The CLI repo already had the better pnpm-style semver backoff policy, but Dependabot still lacked the gitmoji-only title prefix and had a lower visible PR limit. That made it easier for dependency work to arrive in another wave after one PR was merged.
Approach
This keeps the existing minor/patch and major grouping plus the 30/14/7 day cooldown policy, adds the plain
⬆️Dependabot prefix, and raises the open PR limit so the backlog is visible instead of drip-feeding after merges.Confidence
This is a config-only change in
.github/dependabot.yml. I made it from a clean temporary worktree so the unrelated local SDK edits in the main checkout are not part of this PR.