Skip to content

Commit f259597

Browse files
committed
version match
1 parent 92dac1f commit f259597

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,23 @@
1111
},
1212
"schedule": [
1313
"monthly"
14+
],
15+
"regexManagers": [
16+
{
17+
"fileMatch": ["^.github/workflows/.*\\.ya?ml$"],
18+
"matchStrings": [
19+
"mcr\\.microsoft\\.com/playwright:v(?<version>\\d+\\.\\d+\\.\\d+)-jammy"
20+
],
21+
"depNameTemplate": "playwright-docker",
22+
"datasourceTemplate": "docker"
23+
}
24+
],
25+
"packageRules": [
26+
{
27+
"matchPackageNames": ["playwright", "playwright-docker"],
28+
"groupName": "playwright version sync",
29+
"versioning": "semver",
30+
"allowedVersions": "/^\\d+\\.\\d+\\.\\d+$/"
31+
}
1432
]
1533
}

0 commit comments

Comments
 (0)