feat: baseBranchStalenessThreshold #33986
Labels
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #33985
Originally posted by Alicipy February 1, 2025
Tell us more.
Hello,
I am working with some projects that have their last commit on the default branch from months ago, as we right now don't use them or have them not deployed. Right now, renovate tries to update them too, leading to a lot of PRs. We thought about archiving them, but hten they are not visible anymore, or we know that at 'some point' we will actively work with them again.
For that, I wanna suggest to have a flag for Renovate that only opens up new PRs or even closes existing ones when the last commit on the default branch is older than a time limit. This way, as soon as the repo is active again, also PRs would come in from Renovate, but as long as it is not touched, it stays there but in an unupdated state.
I would like your thoughts about that, if this is a good idea or you have other ideas or suggestions.
In case it is appreciated and wanted, I would take care of implementing this feature.
Proposal:
baseBranchStalenessThreshold
minimumReleaseAge
The text was updated successfully, but these errors were encountered: