Overriding enabledManagers
in child presets
#33321
sheerlox
started this conversation in
Suggest an Idea
Replies: 1 comment 1 reply
-
No, I think that would be too hacky. I recommend trying to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Hey 👋 I have a Renovate setup with about 5-6 presets extending in a tree-like structure for each language + project type combinations I'm working on.
I just tried disabling all managers except the ones I need everywhere on my base preset and re-enabling the managers I want in each child preset.
Unfortunately, that doesn't seem possible at the moment without listing every manager in the base preset to disable them.
Would you entertain the idea of letting
{ [manager]: { "enabled": true } }
push to the enabled managers even if it isn't initially included in theenabledManagers
array?I'm down to look into this and build a PR if you want 😁
Here's the revert commit showing what I was attempting: insurgent-lab/.github@4d4d937
Beta Was this translation helpful? Give feedback.
All reactions