Skip to content

Commit

Permalink
chore: manage kokoro graal image with renovate bot (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Dec 21, 2022
1 parent abbc97d commit 91c4e39
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@
"ignorePaths": ["*/**", "synthtool/gcp/templates/java_library/.kokoro/requirements.txt", "synthtool/docker/owlbot/java/src/requirements.txt"],
"internalChecksFilter": "strict",
"stabilityDays": 30,
"timezone": "America/Los_Angeles"
"timezone": "America/Los_Angeles",
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["^synthtool/gcp/templates/java-library/.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": "jdk",
"datasourceTemplate": "docker",
"packageNameTemplate": "ghcr.io/graalvm/jdk"
}
]
}

0 comments on commit 91c4e39

Please sign in to comment.