You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With dependabot we've recently gained a nice bot that can automatically open pull requests on Rust repositories and bump versions.
I'm currently of the opinion that this is best used on crates that mainly produce binaries, and only update the lockfile. Since this is also way to get notified about security updates in crates, it's may become an important tool for crates in "maintenance mode".
We should come up with a set of best practices around this.
I've changed my default update schedule to once a month from once a week (too many serde releases)
I'm currently of the opinion that this is best used on crates that mainly produce binaries, and only update the lockfile. Since this is also way to get notified about security updates in crates, it's may become an important tool for crates in "maintenance mode".
There is a flag to set this but I tend to like having it handle "breaking" changes for me
Helps me to know that one is available
Not all breaking changes break everyone, sometimes the upgrade is free
Caveats for using this feature:
accidentally upgrading rustc version: I've already documented the importance of verifying your oldest supported rustc version.
Accidentally approving a breaking change if you have another crate in your API.
Any other caveats or concerns we should document or change our default recommendation?
With dependabot we've recently gained a nice bot that can automatically open pull requests on Rust repositories and bump versions.
I'm currently of the opinion that this is best used on crates that mainly produce binaries, and only update the lockfile. Since this is also way to get notified about security updates in crates, it's may become an important tool for crates in "maintenance mode".
We should come up with a set of best practices around this.
Relevant discussion in cargo-edit: killercup/cargo-edit#224 (comment)
The text was updated successfully, but these errors were encountered: