chore(renovate): group playwright npm packages and docker (#30483)

Groups all of the Playwright dependencies together so we don't have the
Docker one opened on its own like this:
https://github.com/ionic-team/ionic-framework/pull/30472

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
This commit is contained in:
Brandy Smith
2025-06-23 09:53:28 -04:00
committed by GitHub
parent 55017a315c
commit 91937f84a7

View File

@@ -38,21 +38,16 @@
]
},
{
matchDatasources: ["npm"],
matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
groupName: "playwright",
matchFileNames: [
"core/package.json"
],
"rangeStrategy": "bump"
},
{
matchDatasources: ["docker"],
matchPackageNames: ["mcr.microsoft.com/playwright"],
groupName: "playwright",
matchFileNames: [
"core/Dockerfile"
matchPackageNames: [
"@playwright/test",
"@axe-core/playwright",
"mcr.microsoft.com/playwright"
],
matchDatasources: ["npm", "docker"],
matchFileNames: ["core/package.json", "core/Dockerfile"],
allowedVersions: "/^\\d+\\.\\d+\\.\\d+$/",
rangeStrategy: "bump",
versioning: "semver"
},
{