chore: make Dependabot auto-merge ecosystem-aware#147
Merged
Conversation
Small bumps and major GitHub Actions bumps auto-merge once CI passes, but major npm and pip bumps are held for manual review because a breaking runtime change could pass lint and build and still deploy to production. Adds the Repo maintenance workflow to delete merged branches the token could not clean up. Previously major bumps were skipped.
zaccesss
enabled auto-merge (squash)
July 6, 2026 18:48
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.
What
Upgrades Dependabot auto-merge so updates flow without leaving major bumps stuck, while keeping the app safe.
Behaviour
npm/pipbumps: held for manual review - a breaking runtime change could pass ruff, pytest and the Next.js build yet still deploy to Render/Vercel. These need a human.automergelabel.Previously the workflow skipped all major bumps.
Also adds a
Repo maintenanceworkflow (update-pr-branches.yml) to delete merged PR branches theGITHUB_TOKENmerge could not clean up.Only workflow files and the CHANGELOG are touched.