Use separate rules with same groupName for playwright updates (#37809)
This commit is contained in:
12
.github/renovate.json5
vendored
12
.github/renovate.json5
vendored
@@ -154,9 +154,15 @@
|
|||||||
groupName: 'opentelemetry-ruby (non-major)',
|
groupName: 'opentelemetry-ruby (non-major)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// Group Playwright Ruby & JS deps in the same PR, as they need to be in sync
|
// The ruby portion of the Playwright group
|
||||||
matchManagers: ['bundler', 'npm'],
|
matchManagers: ['bundler'],
|
||||||
matchPackageNames: ['playwright-ruby-client', 'playwright'],
|
matchPackageNames: ['playwright-ruby-client'],
|
||||||
|
groupName: 'Playwright',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// The node portion of the Playwright group
|
||||||
|
matchManagers: ['npm'],
|
||||||
|
matchPackageNames: ['playwright'],
|
||||||
groupName: 'Playwright',
|
groupName: 'Playwright',
|
||||||
},
|
},
|
||||||
// Add labels depending on package manager
|
// Add labels depending on package manager
|
||||||
|
|||||||
Reference in New Issue
Block a user