Group dependabot PRs and hand the nix pins to update-locks - #151
Merged
Conversation
Bun minor/patch bumps and the week's action bumps each arrive as one grouped PR instead of one PR per package. The nix ecosystem is removed: update-locks.yml already owns flake.lock and the derived devenv pins, and dependabot's flake.lock-only bumps could never pass the parity gate (#140, #146, #147, #148 all closed unmerged).
kriswill
enabled auto-merge
August 23, 2026 20:18
Contributor
Code Metrics ReportSPA test suite —
Details | | main (00a6fbd) | #151 (4fd5537) | +/- |
|---------------------|----------------|----------------|-------|
- | Coverage | 96.4% | 96.4% | -0.1% |
| Files | 56 | 56 | 0 |
| Lines | 11578 | 11578 | 0 |
- | Covered | 11166 | 11165 | -1 |
| Test Execution Time | 4s | 4s | 0s |Code coverage of files in pull request scope (100.0% → 98.9%)
Code Metrics Report (rust)Rust crate —
Details | | main (00a6fbd) | #151 (4fd5537) | +/- |
|---------------------|----------------|----------------|------|
| Coverage | 90.4% | 90.4% | 0.0% |
| Files | 18 | 18 | 0 |
| Lines | 5528 | 5528 | 0 |
| Covered | 5000 | 5000 | 0 |
+ | Test Execution Time | 1m54s | 1m27s | -27s |Reported by octocov, composed by the |
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.
Ends the multi-PR shuffle: bun minor/patch bumps arrive as one grouped weekly PR (majors still solo), and the week's action bumps arrive as one PR — each fully exercised by CI on the PR itself.
The
nixecosystem is removed from dependabot:update-locks.ymlalready ownsflake.lockplus the derived devenv pins in one weekly PR, and a dependabot flake.lock-only bump can never pass the devenv parity gate — #140, #146, #147 and #148 were all closed unmerged for exactly this reason. Same single-owner arrangement as wowdps.