File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc
17
- # created: 2024-01-22T14:14:20.913785597Z
16
+ digest : sha256:0d1bb26a1a99ae0456176bf891b8490e9aab424a5cb4e4d301d9703c4dc43b58
17
+ # created: 2024-01-30T19:46:55.029238294Z
Original file line number Diff line number Diff line change 14
14
" .kokoro/requirements.txt" ,
15
15
" .github/workflows/**"
16
16
],
17
+ "customManagers" : [
18
+ {
19
+ "customType" : " regex" ,
20
+ "fileMatch" : [
21
+ " ^.kokoro/presubmit/graalvm-native.*.cfg$"
22
+ ],
23
+ "matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
24
+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
25
+ "datasourceTemplate" : " maven"
26
+ }
27
+ ],
17
28
"packageRules" : [
18
29
{
19
30
"packagePatterns" : [
You can’t perform that action at this time.
0 commit comments