Skip to content

Commit bd97a10

Browse files
committed
chore(renovate): group playwright npm packages and docker
1 parent 6811fe5 commit bd97a10

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

renovate.json5

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,16 @@
3838
]
3939
},
4040
{
41-
matchDatasources: ["npm"],
42-
matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
4341
groupName: "playwright",
44-
matchFileNames: [
45-
"core/package.json"
46-
],
47-
"rangeStrategy": "bump"
48-
},
49-
{
50-
matchDatasources: ["docker"],
51-
matchPackageNames: ["mcr.microsoft.com/playwright"],
52-
groupName: "playwright",
53-
matchFileNames: [
54-
"core/Dockerfile"
42+
matchPackageNames: [
43+
"@playwright/test",
44+
"@axe-core/playwright",
45+
"mcr.microsoft.com/playwright"
5546
],
47+
matchDatasources: ["npm", "docker"],
48+
matchFileNames: ["core/package.json", "core/Dockerfile"],
49+
allowedVersions: "/^\\d+\\.\\d+\\.\\d+$/",
50+
rangeStrategy: "bump",
5651
versioning: "semver"
5752
},
5853
{

0 commit comments

Comments
 (0)