File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:best-practices"
5- ],
6- "dockerfile" : {
7- "fileMatch" : [
8- " (^|/)Earthfile$" ,
9- " (^|/|\\ .)Dockerfile$" ,
10- " (^|/)Dockerfile[^/]*$"
11- ]
12- },
13- "customManagers" : [
14- {
15- "customType" : " regex" ,
16- "fileMatch" : [
17- " ^Earthfile$"
18- ],
19- "matchStrings" : [
20- " # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.+_VERSION=\" (?<currentValue>.*?)\"\\ s"
21- ]
22- },
23- {
24- "customType" : " regex" ,
25- "fileMatch" : [
26- " ^[.]github/workflows/"
27- ],
28- "matchStrings" : [
29- " .*version: (?<currentValue>.*?)\\ s"
30- ],
31- "datasourceTemplate" : " docker" ,
32- "depNameTemplate" : " earthly/earthly"
33- }
345 ]
356}
You can’t perform that action at this time.
0 commit comments