File tree 1 file changed +15
-10
lines changed
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 10
10
] ,
11
11
"timezone" : "Europe/Brussels" ,
12
12
"packageRules" : [
13
- {
14
- "matchUpdateTypes" : [ "patch" ] ,
15
- "automerge" : true
16
- } ,
17
13
{
18
14
"groupName" : "repositories" ,
19
15
"matchPackagePatterns" : [ "^quay.io/kairos/packages*" ]
20
16
} ,
21
17
{
22
18
"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
+ } ,
25
30
] ,
26
- "regexManagers" : [
31
+ "regexManagers" : [
27
32
{
28
33
"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$"
31
36
] ,
32
37
"matchStrings" : [
33
38
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s+reference:\\s(?<currentValue>.*?)\\s"
34
39
]
35
40
}
36
- ]
41
+ ]
37
42
}
You can’t perform that action at this time.
0 commit comments