File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 4
4
" config:recommended"
5
5
],
6
6
"platformAutomerge" : true ,
7
- "labels" : [" dependencies" ],
7
+ "labels" : [
8
+ " dependencies"
9
+ ],
8
10
"customManagers" : [
9
11
{
10
12
"customType" : " regex" ,
11
13
"description" : " Update _VERSION variables in Dockerfiles" ,
12
- "fileMatch " : [
13
- " (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$" ,
14
- " (^|/|\\ .)([Dd]ocker|[Cc]ontainer)file$"
14
+ "managerFilePatterns " : [
15
+ " / (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$/ " ,
16
+ " / (^|/|\\ .)([Dd]ocker|[Cc]ontainer)file$/ "
15
17
],
16
18
"matchStrings" : [
17
19
" # renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\ s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\ s]+?))?(?: versioning=(?<versioning>[^\\ s]+?))?(?: extractVersion=(?<extractVersion>[^\\ s]+?))?(?: registryUrl=(?<registryUrl>[^\\ s]+?))?\\ s+(?:ENV|ARG)\\ s+[A-Za-z0-9_]+?_VERSION[ =][\" ']?(?<currentValue>.+?)[\" ']?\\ s"
24
26
},
25
27
"packageRules" : [
26
28
{
27
- "matchUpdateTypes" : [" minor" ],
29
+ "matchUpdateTypes" : [
30
+ " minor"
31
+ ],
28
32
"matchCurrentVersion" : " !/^0/" ,
29
33
"automerge" : true
30
34
},
31
35
{
32
- "matchUpdateTypes" : [" patch" ],
36
+ "matchUpdateTypes" : [
37
+ " patch"
38
+ ],
33
39
"matchCurrentVersion" : " !/^0.0/" ,
34
40
"automerge" : true
35
41
}
You can’t perform that action at this time.
0 commit comments