fix(dependabot): avoid lockfile updates (#3434)

This is an attempt to _avoid_ lockfile-only updates now that we are tracking the `Cargo.lock` in Git.
This commit is contained in:
Thomas Eizinger 2023-02-11 02:00:48 +13:00 committed by GitHub
parent eddbb2bda0
commit 43b6e2f8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ updates:
commit-message: commit-message:
prefix: "deps" prefix: "deps"
rebase-strategy: "disabled" rebase-strategy: "disabled"
versioning-strategy: "widen"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule: