Skip to content

Commit

Permalink
add graalvm container image update to renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Oct 30, 2023
1 parent 6442a23 commit 11ac4e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
],
"depNameTemplate": "io.grpc:grpc-core",
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"fileMatch": ["^.kokoro/presubmit/graalvm-native.*.cfg$"],
"matchStrings": ["value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?<currentValue>.*?)\"",
"value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm17:(?<currentValue>.*?)\""],
"depNameTemplate": "ghcr.io/graalvm/graalvm-ce",
"datasourceTemplate": "docker"
}
],
"packageRules": [
Expand Down

0 comments on commit 11ac4e1

Please sign in to comment.