Renovate doesn't prune branches which don't target default branch #31356
Labels
core:git
Related to our git platform layer
priority-2-high
Bugs impacting wide number of users or very important features
status:in-progress
Someone is working on implementation
type:bug
Bug fix of existing functionality
Describe the proposed change(s).
Renovate doesn't prune branches, when they target a different base branch because it compares it with default branch for modifications.
renovate/lib/workers/repository/finalize/prune.ts
Lines 28 to 31 in fad3dc8
We need to pass the base branch for each renovate branch.
The text was updated successfully, but these errors were encountered: