Error after switching presets to use json5 filename
#34640
How are you running Renovate?A Mend.io-hosted app If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitHub Please tell us more about your question or problemI have a config in my org in the typical / magic "renovate-config" repo name. This has been working as expected with individual repos extending I recently tried updating the configs in the The config in an example repo consuming this config validates successfully with However, the project then gets an error: Using the json5 extension validates ok in the config repo, and I see this post about using the .json5 extension for presets, but looking at these docs, I only see mention of Logs (if relevant)Logs |
Replies: 1 comment 3 replies
|
You have to define the file name if not using You can also extend in |
You have to define the file name if not using
jsonhttps://docs.renovatebot.com/config-presets/You can also extend in
default.jsontodefault.json5to not break existing integrations.