Skip to content

chore(config): migrate Renovate config - #1007

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/migrate-config
Open

renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/migrate-config

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.

🔕 Ignore: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

❓ Got questions? Does something look wrong to you? Please don't hesitate to request help here.


This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested a review from a team as a code owner September 24, 2026 23:05
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 24, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Renovate configuration in .github/renovate.json by replacing fileMatch with managerFilePatterns. The review feedback correctly identifies a regex parsing error in the new pattern due to an unescaped forward slash within the delimiters and provides a code suggestion to fix it.

Comment thread .github/renovate.json
"fileMatch": [
"(^|/)startshowcase\\.sh$"
"managerFilePatterns": [
"/(^|/)startshowcase\\.sh$/"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The regular expression in managerFilePatterns is enclosed in / delimiters, but it contains an unescaped forward slash / within the group (^|/). This will cause a regex parsing error in Renovate because the unescaped slash is interpreted as the end of the regex pattern. Escaping the forward slash as \\/ resolves this issue.

Suggested change
"/(^|/)startshowcase\\.sh$/"
"/(^|\\/)startshowcase\\.sh$/"

@amanda-tarafa

Copy link
Copy Markdown
Contributor

@robertvoinescu-work sending this one your way as it's to do with the Showcase update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants