chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

Set up automated dependency updates #143

Open SanchithHegde opened 1 year ago

SanchithHegde commented 1 year ago

As of writing this, Dependabot has been set up to only update GitHub Actions, and Rust dependency updates are done manually. The motivation to manually update Rust dependencies has been to prevent notifications noise from Dependabot PRs.

Requirements

  1. Reduce the human intervention required for dependency updates. As much as possible, this should not create notification noise for the project maintainer(s).
  2. Set up scheduled updates. Updates should run at a set interval, say, every 2 weeks or once a month (confirm the specifics with the project maintainers before picking up this task).

Available Options

Dependabot

Renovate

chshersh commented 1 year ago

@SanchithHegde Thanks a lot for writing such a detailed issue with thorough description! 🙏🏻

This helps to make an informed decision much easier 🙂