chore(renovate): separate docker & npm playwright updates (#30515)

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
This commit is contained in:
Brandy Smith
2025-06-27 16:08:40 -04:00
committed by GitHub
parent 98de90892e
commit ee871ed028

View File

@ -30,15 +30,21 @@
]
},
{
matchDatasources: ["npm"],
matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
groupName: "playwright",
matchPackageNames: [
"@playwright/test",
"@axe-core/playwright",
"mcr.microsoft.com/playwright"
matchFileNames: [
"core/package.json"
],
"rangeStrategy": "bump"
},
{
matchDatasources: ["docker"],
matchPackageNames: ["mcr.microsoft.com/playwright"],
groupName: "playwright",
matchFileNames: [
"core/Dockerfile"
],
matchDatasources: ["npm", "docker"],
matchFileNames: ["core/package.json", "core/Dockerfile"],
rangeStrategy: "bump",
versioning: "semver"
},
{