github: Add a Dependabot group just for bumping Cargo.lock

Hopefully, now that it runs on GHA infra, it won't timeout.
This commit is contained in:
TÖRÖK Attila 2024-05-15 18:43:52 +02:00 committed by Nathan Adams
parent b0e812c718
commit 6c144a038f
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ updates:
update-types:
- "minor"
- "patch"
cargo-lock:
patterns:
- "*"
update-types:
- "all"
dependency-type: "indirect"
ignore:
- dependency-name: "tracing-tracy"
- dependency-name: "tracy-client"