Skip to content

Commit ee871ed

Browse files
chore(renovate): separate docker & npm playwright updates (#30515)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 98de908 commit ee871ed

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

renovate.json5

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,21 @@
3030
]
3131
},
3232
{
33+
matchDatasources: ["npm"],
34+
matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
3335
groupName: "playwright",
34-
matchPackageNames: [
35-
"@playwright/test",
36-
"@axe-core/playwright",
37-
"mcr.microsoft.com/playwright"
36+
matchFileNames: [
37+
"core/package.json"
38+
],
39+
"rangeStrategy": "bump"
40+
},
41+
{
42+
matchDatasources: ["docker"],
43+
matchPackageNames: ["mcr.microsoft.com/playwright"],
44+
groupName: "playwright",
45+
matchFileNames: [
46+
"core/Dockerfile"
3847
],
39-
matchDatasources: ["npm", "docker"],
40-
matchFileNames: ["core/package.json", "core/Dockerfile"],
41-
rangeStrategy: "bump",
4248
versioning: "semver"
4349
},
4450
{

0 commit comments

Comments
 (0)