From 3c3a1b16846cf9d755c13bd17265ffde5fa32d0c Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 17 Feb 2026 12:49:19 -0500 Subject: [PATCH] Use separate rules with same `groupName` for playwright updates (#37809) --- .github/renovate.json5 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ddca0bc239..076b2f9b1e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -154,9 +154,15 @@ groupName: 'opentelemetry-ruby (non-major)', }, { - // Group Playwright Ruby & JS deps in the same PR, as they need to be in sync - matchManagers: ['bundler', 'npm'], - matchPackageNames: ['playwright-ruby-client', 'playwright'], + // The ruby portion of the Playwright group + matchManagers: ['bundler'], + matchPackageNames: ['playwright-ruby-client'], + groupName: 'Playwright', + }, + { + // The node portion of the Playwright group + matchManagers: ['npm'], + matchPackageNames: ['playwright'], groupName: 'Playwright', }, // Add labels depending on package manager