Balance the load across baseBranches? #16932
Labels
status:requirements
Full requirements are not yet known, so implementation should not be started
type:feature
Feature (new functionality)
What would you like Renovate to be able to do?
We happily use Renovate on an array of two base branches:
["master", "release/6.2"]
. The problem with our project is that it's so large that we've had to throttle the concurrent PRs to 5. This now leads us to the following problem: despite daily work on Renovate PRs since months, we're never able to catch up withmaster
100%. And so ourrelease/6.2
branch never gets any attention.If you have any ideas on how this should be implemented, please tell us here.
I would like to suggest the introduction of a parameter like
baseBranchesStrategy
that would default tosequential
(master
thenrelease/6.2
) but could also be set torandom
(balanced load).Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: