chore(renovate): rename customManagers.fileMatch to managerFilePatterns#77
Conversation
Renovate renamed the customManagers config option fileMatch to managerFilePatterns in a recent version. The cookiecutter template body still uses the legacy name, which produces a validation warning on the homelab Renovate server (v42.92.14). This rename keeps generated projects warning-free. No behavior change. Validated locally with renovate-config-validator pinned to renovate@42.92.14.
|
Warning Review limit reached
Your plan includes 1 review of capacity. Refill in 46 minutes and 16 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the cookiecutter template’s Renovate configuration to use Renovate’s newer customManagers[].managerFilePatterns key (replacing the legacy customManagers[].fileMatch) to avoid config migration warnings while preserving existing behavior.
Changes:
- Renamed
customManagers[].fileMatchtocustomManagers[].managerFilePatternsin the template Renovate config. - Kept the regex pattern,
customType, andmatchStringsunchanged.
|



Renames customManagers[].fileMatch to managerFilePatterns in the cookiecutter template body renovate.json. Renovate renamed this option in a recent version; the legacy name still works (auto-migrated) but emits a config migration warning on the homelab Renovate server (v42.92.14). No behavior change: regex pattern, customType, and matchStrings are unchanged. Validated locally with renovate-config-validator pinned to renovate@42.92.14 in strict mode; output contains no fileMatch references after the rename.