File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 60
60
],
61
61
"depNameTemplate" : " com.google.cloud:google-cloud-shared-config" ,
62
62
"datasourceTemplate" : " maven"
63
+ },
64
+ {
65
+ "customType" : " regex" ,
66
+ "fileMatch" : [
67
+ " ^.cloudbuild/library_generation/library_generation.Dockerfile$"
68
+ ],
69
+ "matchStrings" : [
70
+ " OWLBOT_CLI_COMMITTISH=(?<currentDigest>.*?)\\ n"
71
+ ],
72
+ "currentValueTemplate" : " main" ,
73
+ "depNameTemplate" : " repo-automation-bots" ,
74
+ "packageNameTemplate" : " https://github.com/googleapis/repo-automation-bots" ,
75
+ "datasourceTemplate" : " git-refs"
63
76
}
64
77
],
65
78
"packageRules" : [
182
195
" ^io.netty"
183
196
],
184
197
"groupName" : " Netty dependencies"
198
+ },
199
+ {
200
+ "groupName" : " Library generation image updates" ,
201
+ "matchDatasources" : [
202
+ " git-refs" ,
203
+ " docker"
204
+ ],
205
+ "matchPackagePatterns" : [
206
+ " https://github.com/googleapis/repo-automation-bots" ,
207
+ " docker.io/library/maven" ,
208
+ " docker.io/library/alpine" ,
209
+ " docker.io/library/python"
210
+ ]
185
211
}
186
212
]
187
213
}
You can’t perform that action at this time.
0 commit comments