pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.71k stars 54 forks source link

weekly cargo updates? #272

Closed soloturn closed 2 months ago

soloturn commented 2 months ago

rust itself has a github workflow to weekly update dependencies, called "weekly cargo update", example: https://github.com/rust-lang/rust/pull/124213

implemented like this: https://github.com/rust-lang/rust/blob/master/.github/workflows/dependencies.yml

would this be acceptable for cosmic as well?

Drakulix commented 2 months ago

No, this would force an update for our various git-dependencies. So these kinds of updates have to be managed manually.

mmstick commented 2 months ago

GitHub bots like this caused a lot of unnecessary work for the QA team. It's best to update only when necessary.