Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
],
"groupName": "frontend toolchain"
},
{
"description": "Connect RPC packages move as one PR. `@connectrpc/connect-web` declares an EXACT peer on `@connectrpc/connect` (2.2.0 requires exactly 2.2.0), so a PR bumping either half alone cannot regenerate the lockfile and fails `renovate/artifacts` — trellis #428 sat red for four days and #447 was raised into the same wall. Same failure shape as `@vitest/**` above.",
"matchManagers": [
"npm"
],
"matchPackageNames": [
"@connectrpc/**"
],
"groupName": "connectrpc"
},
{
"description": "Pin GitHub Actions to SHAs and group their bumps.",
"matchManagers": [
Expand Down
Loading