cargo-binstall/.github/workflows
Jiahao XU 76cd4d62c2
dep: Add new workflow upgrade-transitive-deps.yml (#1130)
for upgrading transitive dependencies.

While dependabot is great, it opens one PR for each of these transitive
dependencies, which makes merging harder:
 - have to approve every PR
 - have to click merge when ci is done

it also creates merge queue runs and commits to main, thus creates a lot
of unused caches and unnecessary CI runs.

This PR creates `upgrade-transitive-deps.yml` that creates one PR for
all transitive change per-day.

It also configures dependabot to only `increase-if-necessary`, same as
library crates.

Since we have several library crates in our workspace, this would mean
that we would have less unnecessary deps bump on these library crates.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-05 14:09:42 +00:00
..
cache-cleanup.yml ci: Rm merge queue cache in cache-cleanup.yml (#1129) 2023-06-05 12:54:01 +00:00
ci.yml ci: Switch to Swatinem/rust-cache@v2 (#1113) 2023-06-02 04:03:29 +00:00
release-build.yml ci: Switch to Swatinem/rust-cache@v2 (#1113) 2023-06-02 04:03:29 +00:00
release-pr.yml Add new crate leon-macros that provide template! with identical syntax as runtime parsing (#946) 2023-04-17 14:50:58 +10:00
release.yml Fix typo (#691) 2023-01-11 01:21:16 +00:00
upgrade-transitive-deps.yml dep: Add new workflow upgrade-transitive-deps.yml (#1130) 2023-06-05 14:09:42 +00:00