Skip to content

Commit

Permalink
github: Add a Dependabot group just for bumping Cargo.lock
Browse files Browse the repository at this point in the history
Hopefully, now that it runs on GHA infra, it won't timeout.
  • Loading branch information
torokati44 authored and Dinnerbone committed May 16, 2024
1 parent b0e812c commit 6c144a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c144a0

Please sign in to comment.