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 2462e4c commit 9687ddeCopy full SHA for 9687dde
renovate.json
@@ -18,15 +18,27 @@
18
},
19
{
20
"matchPackageNames": [
21
- "playwright"
+ "playwright",
22
+ "ghcr.io/code0-tech/build-images/node-playwright",
23
+ "node"
24
],
- "dependencyDashboardApproval": true
25
+ "groupName": "node-playwright",
26
+ "separateMajorMinor": false,
27
+ "extends": [
28
+ ":assignee(Taucher2003)"
29
+ ]
30
31
32
"matchDepTypes": [
33
"devDependencies"
34
35
"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+)$"
42
}
43
]
44
0 commit comments