File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
],
6
6
"automerge" : true ,
7
7
"dockerfile" : {
8
- "fileMatch " : [
9
- " (^|/)Earthfile$" ,
10
- " (^|/|\\ .)Dockerfile$" ,
11
- " (^|/)Dockerfile[^/]*$"
8
+ "managerFilePatterns " : [
9
+ " / (^|/)Earthfile$/ " ,
10
+ " / (^|/|\\ .)Dockerfile$/ " ,
11
+ " / (^|/)Dockerfile[^/]*$/ "
12
12
]
13
13
},
14
14
"customManagers" : [
15
15
{
16
16
"customType" : " regex" ,
17
- "fileMatch " : [
18
- " ^Earthfile$"
17
+ "managerFilePatterns " : [
18
+ " / ^Earthfile$/ "
19
19
],
20
20
"matchStrings" : [
21
21
" # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.+_VERSION=\" (?<currentValue>.*?)\"\\ s"
22
22
]
23
23
},
24
24
{
25
25
"customType" : " regex" ,
26
- "fileMatch " : [
27
- " ^[.]github/workflows/"
26
+ "managerFilePatterns " : [
27
+ " / ^[.]github/workflows/ /"
28
28
],
29
29
"matchStrings" : [
30
30
" .*version: (?<currentValue>.*?)\\ s"
34
34
},
35
35
{
36
36
"customType" : " regex" ,
37
- "fileMatch " : [
38
- " ^Earthfile$"
37
+ "managerFilePatterns " : [
38
+ " / ^Earthfile$/ "
39
39
],
40
40
"matchStrings" : [
41
41
" FROM\\ s+(?<depName>[\\ S]+?):(?<currentValue>[^@\\ s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
42
42
],
43
43
"versioningTemplate" : " regex:^(?<compatibility>[\\ S]*\\ d+\\ .\\ d+(?:\\ .\\ d+)?(?:[\\ S]*)?-alpine-?)(?<major>\\ d+)\\ .(?<minor>\\ d+)(?:\\ .(?<patch>\\ d+))?$" ,
44
- "datasourceTemplate" : " docker" ,
44
+ "datasourceTemplate" : " docker"
45
45
},
46
46
{
47
47
"customType" : " regex" ,
48
- "fileMatch " : [
49
- " ^Earthfile$"
48
+ "managerFilePatterns " : [
49
+ " / ^Earthfile$/ "
50
50
],
51
51
"matchStringsStrategy" : " recursive" ,
52
52
"matchStrings" : [
You can’t perform that action at this time.
0 commit comments