mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
chore(renovate): separate docker & npm playwright updates (#30515)
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -30,15 +30,21 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
matchDatasources: ["npm"],
|
||||||
|
matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
|
||||||
groupName: "playwright",
|
groupName: "playwright",
|
||||||
matchPackageNames: [
|
matchFileNames: [
|
||||||
"@playwright/test",
|
"core/package.json"
|
||||||
"@axe-core/playwright",
|
],
|
||||||
"mcr.microsoft.com/playwright"
|
"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"
|
versioning: "semver"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user