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 4343 "matchPackageNames" : [" google" , " google-beta" ],
4444 "groupName" : " terraform googles"
4545 }
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+ }
4662 ]
4763}
You can’t perform that action at this time.
0 commit comments