dependabot: perform consolidated lockfile updates (#626)

Update all dependencies in Cargo.lock, rather than opening individual
PRs for each of them
This commit is contained in:
Tony Arcieri (iqlusion)
2025-08-22 09:48:31 -06:00
committed by GitHub
parent 1e1fe34734
commit 80968606b2
+13 -2
View File
@@ -1,8 +1,19 @@
version: 2
updates:
- package-ecosystem: cargo
- package-ecosystem: cargo
versioning-strategy: lockfile-only
directory: "/"
allow:
- dependency-type: "all"
groups:
all-deps:
patterns:
- "*"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: '13:00'
open-pull-requests-limit: 10