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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"