Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: manage kokoro graal image with renovate bot #1736

Merged
merged 2 commits into from
Dec 21, 2022
Merged

Conversation

mpeddada1
Copy link
Contributor

@mpeddada1 mpeddada1 marked this pull request as ready for review December 19, 2022 16:53
@mpeddada1 mpeddada1 requested review from a team and burkedavison December 19, 2022 16:53
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["^synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native.*.cfg"],
Copy link
Contributor

@burkedavison burkedavison Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify whether we need to escape the actual periods in the path:

^synthtool/gcp/templates/java-library/\\.kokoro/presubmit/graalvm-native.*\\.cfg

As shown in example: https://github.com/googleapis/gax-java/blob/main/renovate.json#L13

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified with this test setup that the regex without the escape works as expected: https://github.com/mpeddada1/renovate-bot-test/pull/7/files.

We have a few examples that don't use \\: https://github.com/googleapis/google-api-java-client-services/blob/d0b6a8fca7ab5b60c79926ad7919bcae223a099f/renovate.json#L33

@mpeddada1 mpeddada1 merged commit 91c4e39 into master Dec 21, 2022
@mpeddada1 mpeddada1 deleted the renovate-graal branch December 21, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants