Overriding enabledManagers
in child presets
#33321
-
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 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.
Replies: 1 comment 5 replies
-
No, I think that would be too hacky. I recommend trying to use |
Beta Was this translation helpful? Give feedback.
This example you gave should work. The difference between this and enabledManagers is that enabledManagers means that Renovate won't even attempt to scan/discover disabled dependencies, whereas in the above example Renovate will first scan for dependencies and then disable some before looking up