From 752f1f93b92a67a11662878c6d8875e12425e046 Mon Sep 17 00:00:00 2001 From: Kris Armstrong Date: Mon, 14 Sep 2026 15:00:10 -0500 Subject: [PATCH] ci(renovate): group @connectrpc/* so the exact peer moves as one PR --- default.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/default.json b/default.json index 358e8c8..8f32f2f 100644 --- a/default.json +++ b/default.json @@ -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": [