mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 08:45:20 +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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user