We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98de908 commit ee871edCopy full SHA for ee871ed
renovate.json5
@@ -30,15 +30,21 @@
30
]
31
},
32
{
33
+ matchDatasources: ["npm"],
34
+ matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
35
groupName: "playwright",
- matchPackageNames: [
- "@playwright/test",
36
- "@axe-core/playwright",
37
- "mcr.microsoft.com/playwright"
+ matchFileNames: [
+ "core/package.json"
38
+ ],
39
+ "rangeStrategy": "bump"
40
+ },
41
+ {
42
+ matchDatasources: ["docker"],
43
+ matchPackageNames: ["mcr.microsoft.com/playwright"],
44
+ groupName: "playwright",
45
46
+ "core/Dockerfile"
47
],
- matchDatasources: ["npm", "docker"],
- matchFileNames: ["core/package.json", "core/Dockerfile"],
- rangeStrategy: "bump",
48
versioning: "semver"
49
50
0 commit comments