Skip to content

Commit 91937f8

Browse files
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: #30472 Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
1 parent 55017a3 commit 91937f8

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)