Should renovate check for existing non-open PR when changing version in lower version PR? #31575
Closed
snuggie12
started this conversation in
Suggest an Idea
Replies: 1 comment 3 replies
-
The existence of a previously closed PR will prevent an identical one from being created in its place, but not prevent a different PR being updated to match, like in your case. I don't think there's any easy or elegant way to prevent what you experienced, and because it's such an unusual edge case then we would be unlikely to try to code a solution for it. Ultimately you should avoid automerging if either (a) the source package is unreliable (and a 0.0.x is about as unreliable as you can get from a versioning perspective), or (b) you don't have tests to cover yourself from breakages. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
We experienced the following scenario:
No one was working on Sunday and I've tried to figure out in the logs why this even happened, but it seems like when it thought it should change the PR from 2 to 3 it should first check that there are no non-open PRs like it does for other actions.
Not sure if this is a bug or a new feature request or if we're just missing a configuration but the timing is the weirdest part. My best guess is that was the minimum release age?
Beta Was this translation helpful? Give feedback.
All reactions