rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
177 stars 55 forks source link

Add dependabot config #158

Closed LingMan closed 2 years ago

LingMan commented 2 years ago

Dependabot will check for updatable dependencies and create PRs to update the relevant files.

The cargo section will monitor Cargo.{toml,lock} while the github-actions section monitors any workflow files in .github/workflows. Both sections are set to update on a weekly basis.

@oli-obk This is in response to your comment here about checking for dependency updates in a cronjob.

oli-obk commented 2 years ago

Cool! thanks. Let's try it out and we can adjust settings further depending on how it actually goes