Tame Dependabot: minor+patch only, one grouped PR per lane - #95
Merged
Conversation
The first run opened seven PRs at once: the npm groups worked, but github-actions had no group (five individual PRs), and the groups happily proposed React 18->19, js-yaml 4->5, TypeScript 5.9->7 and Vite 6->8. Those are migrations with real blast radius (js-yaml majors touch the round-trip contract), not weekly maintenance. Now: majors are ignored entirely across npm (upgraded deliberately, parity sweep included), weekly PRs carry minor+patch grouped per lane, and actions consolidate into a single grouped PR.
This was referenced Jul 28, 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.
About
The first Dependabot run after #83 opened seven PRs at once. The npm grouping worked, but github-actions had no group (five individual PRs), and nothing limited update types, so the groups happily proposed React 18 to 19, js-yaml 4 to 5, TypeScript 5.9 to 7, and Vite 6 to 8. Those are migrations with real blast radius (js-yaml sits under the round-trip contract), not weekly maintenance.
This commit was meant to ride along in #83 but landed on the branch six minutes after the merge, so it needs its own PR.
New posture: majors are ignored across npm entirely and get done deliberately (js-yaml 5 is already tracked in #87), weekly PRs carry minor+patch grouped per lane, and actions consolidate into one grouped PR. Steady state is at most three quiet PRs a week.
The seven open Dependabot PRs (#88-#94) are being closed in favor of this config; the next weekly run regenerates the legitimate minor/patch updates grouped.
Testing
Checklist
npm run testpasses (unchanged by a config-only diff)npm run format:checkis clean