File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 13
13
"customManagers" : [
14
14
{
15
15
"customType" : " regex" ,
16
- "fileMatch" : [" ^Earthfile$" ],
16
+ "fileMatch" : [
17
+ " ^Earthfile$"
18
+ ],
17
19
"matchStrings" : [
18
20
" # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.+_VERSION=\" (?<currentValue>.*?)\"\\ s"
19
21
]
20
22
},
21
23
{
22
24
"customType" : " regex" ,
23
- "fileMatch" : [" ^Earthfile$" ],
25
+ "fileMatch" : [
26
+ " ^Earthfile$"
27
+ ],
24
28
"matchStrings" : [
25
29
" # renovate: datasource=repology packageName=alpine_(?<currentValue>\\ d+[._]\\ d+)"
26
30
],
29
33
"depNameTemplate" : " alpine" ,
30
34
"versioningTemplate" : " regex:^(?<major>\\ d+)[._](?<minor>\\ d+)$" ,
31
35
"autoReplaceStringTemplate" : " # renovate: datasource=repology packageName=alpine_{{{newMajor}}}_{{{newMinor}}}"
36
+ },
37
+ {
38
+ "customType" : " regex" ,
39
+ "fileMatch" : [
40
+ " ^[.]github/workflows/"
41
+ ],
42
+ "matchStrings" : [
43
+ " .*version: (?<currentValue>.*?)\\ s"
44
+ ],
45
+ "datasourceTemplate" : " docker" ,
46
+ "depNameTemplate" : " earthly/earthly"
32
47
}
33
48
]
34
49
}
You can’t perform that action at this time.
0 commit comments