File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 43
43
"matchPackageNames" : [" google" , " google-beta" ],
44
44
"groupName" : " terraform googles"
45
45
}
46
+ ],
47
+ "regexManagers" : [
48
+ {
49
+ "fileMatch" : [" (^|/)Makefile$" ],
50
+ "matchStrings" : [" DOCKER_TAG_VERSION_DEVELOPER_TOOLS := (?<currentValue>.*?)\\ n" ],
51
+ "datasourceTemplate" : " docker" ,
52
+ "registryUrlTemplate" : " https://gcr.io/cloud-foundation-cicd" ,
53
+ "depNameTemplate" : " cft/developer-tools"
54
+ },
55
+ {
56
+ "fileMatch" : [" (^|/)build/(int|lint)\\ .cloudbuild\\ .yaml$" ],
57
+ "matchStrings" : [" _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '(?<currentValue>.*?)'\\ n" ],
58
+ "datasourceTemplate" : " docker" ,
59
+ "registryUrlTemplate" : " https://gcr.io/cloud-foundation-cicd" ,
60
+ "depNameTemplate" : " cft/developer-tools"
61
+ }
46
62
]
47
63
}
You can’t perform that action at this time.
0 commit comments