dependabot.yml: enable version updates for Cargo (#42)
This commit is contained in:
parent
8359992a08
commit
ed64c139cf
|
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
Loading…
Reference in New Issue