Make Dependabot only bump Rust deps in the lock file (#14434)

This is to help downstream packagers.
This commit is contained in:
Erik Johnston
2022-11-14 14:45:17 +00:00
committed by GitHub
parent 2cc592584a
commit 6816300588
3 changed files with 8 additions and 6 deletions

View File

@@ -18,5 +18,6 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
versioning-strategy: "lockfile-only"
schedule:
interval: "weekly"