You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another renovate fix attempt, this time with more CI (#39)
* Fix Renovate v41 configuration errors
Update configuration to be compatible with Renovate v41:
- Change customManagers.fileMatch to managerFilePatterns
- Change packageRules.description from strings to arrays
The previous configuration used deprecated fields that caused
validation errors with renovatebot/github-action@v43 (Renovate v41).
Fixes errors:
- "Custom Manager contains disallowed fields: fileMatch"
- "Invalid configuration option: customManagers[0].fileMatch"
- "Configuration option packageRules[x].description should be a list (Array)"
Assisted-by: Claude Code (Sonnet 4.5)
Signed-off-by: Colin Walters <walters@verbum.org>
* Add CI validation and fork support for Renovate workflow
Ensure we run renovate in dry-run mode.
Assisted-by: Claude Code (Sonnet 4.5)
Signed-off-by: Colin Walters <walters@verbum.org>
---------
Signed-off-by: Colin Walters <walters@verbum.org>
0 commit comments