Skip to content

Commit 9687dde

Browse files
committed
Group playwright and node updates
1 parent 2462e4c commit 9687dde

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

renovate.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,27 @@
1818
},
1919
{
2020
"matchPackageNames": [
21-
"playwright"
21+
"playwright",
22+
"ghcr.io/code0-tech/build-images/node-playwright",
23+
"node"
2224
],
23-
"dependencyDashboardApproval": true
25+
"groupName": "node-playwright",
26+
"separateMajorMinor": false,
27+
"extends": [
28+
":assignee(Taucher2003)"
29+
]
2430
},
2531
{
2632
"matchDepTypes": [
2733
"devDependencies"
2834
],
2935
"rangeStrategy": "bump"
36+
},
37+
{
38+
"matchPackageNames": [
39+
"ghcr.io/code0-tech/build-images/node-playwright"
40+
],
41+
"versioning": "regex:^(?<build>\\d+)\\.(?<revision>\\d+)-node-(?<major>\\d+)\\.(?<minor>\\d+)$"
3042
}
3143
]
3244
}

0 commit comments

Comments
 (0)