A narrow rangeStrategy feature - kind of #21756
ns-ggeorgiev
started this conversation in
Suggest an Idea
Replies: 1 comment 10 replies
-
I'm not sure how to achieve it easily, but I think I understand the idea. It's a little related to these concepts:
I'm guessing that the reason for you asking is because you'd like to apply this as a centralized "policy" in a shared config, not because it's just for one repo only? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type of discussion.
I'm proposing an idea
Tell us more.
I have libraries that define dependencies in ranges. I am using the rangeStrategy widen and this works great for the scenario when a new version is discovered.
Unlike pinning though, range widening does not help to drop dependencies that include vulnerabilities.
What I am looking for is, when the range strategy is widen renovate to recognize some sort of narrow property that would increment the lower side of the range.
With other words, if I have a range:
>=1.2.3,<=2.3.4
andnarrow=">=1.3.5"
renovate should suggest a change>=1.3.5,<=2.3.4
Beta Was this translation helpful? Give feedback.
All reactions