CI: Allow dependabot to update the Rust toolchain
This commit is contained in:
parent
e1a12bcbcb
commit
f168423c18
1 changed files with 7 additions and 0 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
|
@ -9,3 +9,10 @@ updates:
|
|||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "CI:"
|
||||
|
||||
- package-ecosystem: "rust-toolchain"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "CI:"
|
||||
|
|
|
|||
Loading…
Reference in a new issue