-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta: Don't update Cargo.toml
when updating semver-compatible dependencies
#3541
Comments
I did the research and found out that we can actually set
What I suggest if we want to get this fixed is:
@djc Does that sound okay to you? |
Sounds good to me! |
Looks like the WIP that this issue will depend on (at renovatebot/renovate#23968) has been closed. I'm not that familiar with TypeScript but I guess I could possibly give it a try in December or so. |
Yah, its a missing feature in renovate :/. What I do here is just close pr's that are within the existing semver range except if they are security patches where we want to force the newer dep always. |
The patch I picked up (renovatebot/renovate#25983) has been successfully merged! |
Great! Do we need to modify your configuration or can this issue be closed? |
@djc We need to modify the config (I've changed #3541 (comment) to a to-do list). However I'll be very busy today, maybe later? |
Reopening due to the concern raised in #3569 (comment). |
Originally posted by @djc in #3569 (comment) @djc I think For our specific case, on https://npm.runkit.com/semver you can see: > var semver = require("semver")
> !!semver.valid('1.2')
false |
renovatebot/renovate#26263 has been created. Update: The PR has been merged. Closing this issue hopefully for the one last time. |
Originally posted by @djc in #3540 (comment)
cc killercup/cargo-edit#552
The text was updated successfully, but these errors were encountered: