-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename config:base
-> config:recommended
#12024
Comments
I'd like to hear others' opinions. FYI this doesn't need to be breaking because we can migrate existing, but still probably best to do it in a major release. |
I link it, and yes let's do it on major bump to have more visibility. |
I'd like to help with this one. |
My plan for fixing this issue is the following (copying the idea suggested in the issue description):
Currently the following occurrencies seem to exist in the code:
The following occurrencies exist in docs:
|
Also add a hardcoded fallback redirect within the presets lookup in case there's any config:base strings which are missed in migrating somehow |
I think |
Is there a default:base? |
It looks like we once had a renovate/lib/config/presets/common.ts Lines 1 to 25 in 2b58214
Our docs say: 1
Is this still correct? It sounds like maybe we have renamed all Footnotes |
I had forgotten but yes your analysis looks correct |
Should be pretty easy to do.
renovate/lib/config/presets/common.ts Line 6 in 2a17275
renovate/lib/config/presets/common.ts Line 20 in 2a17275
|
Closes #12024 Co-authored-by: Rhys Arkins <rhys@arkins.net> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Bastian Gutschke <bastian.gutschke@gmx.de> BREAKING CHANGE: Preset config:base is now called config:recommended
Closes #12024 Co-authored-by: Rhys Arkins <rhys@arkins.net> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Bastian Gutschke <bastian.gutschke@gmx.de> BREAKING CHANGE: Preset config:base is now called config:recommended
🎉 This issue has been resolved in version 36.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What would you like Renovate to be able to do?
Quote from @rarkins 1
If you have any ideas on how this should be implemented, please tell us here.
config:base
toconfig:recommended
in code.config:base
toconfig:recommended
in our presets.config:base
->config:recommended
in documentation.Is this a feature you are interested in implementing yourself?
No
Footnotes
Source of quote ↩
The text was updated successfully, but these errors were encountered: