Auto-merge major GitHub Actions bumps - #35
Merged
Merged
Conversation
Action major bumps are routine pin moves already gated by actionlint, zizmor, and CI. Holding them for manual review only added latency: setup-python v7, stale v11, and setup-uv v9 sat for nine days with all checks green. Majors in other ecosystems still require manual review.
This was referenced Aug 12, 2026
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.
Allows Dependabot to auto-merge
github-actionsmajor bumps, while every other ecosystem keeps requiring manual review for majors.fetch-metadatareportspackage-ecosystem: github_actionsfor these PRs (verified in the run log for #34).Why
Action majors are pin moves gated by actionlint, zizmor, and the full CI matrix. Holding them back only added latency — praw-dev/asyncpraw#404 (
setup-pythonv7) and #34 (setup-pythonv7,stalev11,setup-uvv9) sat nine days with every check green, and none carried a breaking change that affects these workflows:setup-pythonv7 removed thepip-installinput, which is not used here.setup-uvv9 flippedprune-cachetofalse, which only matters when caching is enabled; it is not.stalev11 is an ESM migration with no documented input changes.Python-ecosystem majors are a different risk profile and still stop for review.
Follow-up: collapse the now-unnecessary
github-actions-majorgroup split in each repo'sdependabot.yml.