Skip to content

Commit 925f177

Browse files
authored
Update renovate.json5
Signed-off-by: Itxaka <[email protected]>
1 parent 37d0d02 commit 925f177

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

renovate.json5

+15-10
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,33 @@
1010
],
1111
"timezone": "Europe/Brussels",
1212
"packageRules": [
13-
{
14-
"matchUpdateTypes": ["patch"],
15-
"automerge": true
16-
},
1713
{
1814
"groupName": "repositories",
1915
"matchPackagePatterns": ["^quay.io/kairos/packages*"]
2016
},
2117
{
2218
"matchPackagePatterns": ["^quay.io/kairos/packages*"],
23-
"versioning": "regex:^(?<major>\\d{14})(?<compatibility>-repository\\.yaml)"
24-
}
19+
"versioning": "regex:^(?<major>\\d{12})-git(?<patch>[a-f0-9]{8})-repository\\.yaml$"
20+
},
21+
{
22+
"enabled": true,
23+
"matchDatasources": [
24+
"docker"
25+
],
26+
{
27+
"matchUpdateTypes": ["patch"],
28+
"automerge": true
29+
},
2530
],
26-
"regexManagers": [
31+
"regexManagers": [
2732
{
2833
"fileMatch": [
29-
"tools-image/luet-amd64.yaml$",
30-
"tools-image/luet-arm64.yaml$",
34+
"tools-image/luet-amd64.yaml$"
35+
"tools-image/luet-arm64.yaml$"
3136
],
3237
"matchStrings": [
3338
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s+reference:\\s(?<currentValue>.*?)\\s"
3439
]
3540
}
36-
]
41+
]
3742
}

0 commit comments

Comments
 (0)