Skip to content

Migrate Renovate config#1226

Merged
tommysitu merged 1 commit into
masterfrom
renovate/migrate-config
May 27, 2026
Merged

Migrate Renovate config#1226
tommysitu merged 1 commit into
masterfrom
renovate/migrate-config

Conversation

@renovate

@renovate renovate Bot commented May 27, 2026

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 renovate Bot added the dependencies Pull requests that update a dependency file label May 27, 2026
@renovate renovate Bot mentioned this pull request May 27, 2026
1 task
@tommysitu

Copy link
Copy Markdown
Member

@claude look good to you?

@claude

claude Bot commented May 27, 2026

Copy link
Copy Markdown

Claude finished @tommysitu's task in 23s —— View job


Review: Renovate Config Migration

  • Read the PR diff
  • Analyze the changes

Yes, this looks good. The changes are straightforward and correct:

  1. fileMatchmanagerFilePatterns — This is a renamed config option in Renovate's API. The old fileMatch is deprecated in favor of managerFilePatterns.

  2. Regex format change — The pattern strings now use the regex literal syntax with wrapping forward slashes (e.g., "/^\\.circleci/config\\.yml$/" instead of "^\\.circleci/config\\.yml$"). This is the required format for managerFilePatterns.

Both custom regex managers (CircleCI Go image and Markdown docs Go version) are updated consistently. The actual matching logic is unchanged — only the field name and string format are updated.

Safe to merge. ✓

@tommysitu tommysitu merged commit a596006 into master May 27, 2026
4 of 7 checks passed
@tommysitu tommysitu deleted the renovate/migrate-config branch May 27, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant