File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
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
- " ^Earthfile$"
26
+ "managerFilePatterns " : [
27
+ " / ^Earthfile$/ "
28
28
],
29
29
"matchStrings" : [
30
30
" # renovate: datasource=repology depName=alpine_(?<currentValue>\\ d+[._]\\ d+)"
37
37
},
38
38
{
39
39
"customType" : " regex" ,
40
- "fileMatch " : [
41
- " ^[.]github/workflows/"
40
+ "managerFilePatterns " : [
41
+ " / ^[.]github/workflows/ /"
42
42
],
43
43
"matchStrings" : [
44
44
" .*version: (?<currentValue>.*?)\\ s"
You can’t perform that action at this time.
0 commit comments