Can forking-renovate target a branch other than the default one? #14253
Replies: 2 comments 8 replies
-
actually, the documentation of |
Beta Was this translation helpful? Give feedback.
-
Just became aware of the limitation for fork-mode and
Would it be possible for us to use this setting in combination with a custom bash script that would handle syncing of |
Beta Was this translation helpful? Give feedback.
-
We're dealing with multiple maintenance branches, and the default branch represents the latest production code.
Most of the time, when a fix makes sense in several maintenance versions, we implement it in the "older" relevant maintenance branch then forward-merge the fix in newer branches.
As a consequence, it makes sense for Renovate to propose upgrades in the oldest active maintenance branch, even though the repo's default branch is different.
But we use the
forking-renovate
variant of the GitHub App.Can you confirm that this scenario is possible ? (ie. can we configure forking-renovate to target a branch that is NOT the repository's default branch).
Asking because the drawbacks section of the doc mentions that it doesn't support the
baseBranches
option.Beta Was this translation helpful? Give feedback.
All reactions