80968606b2
Update all dependencies in Cargo.lock, rather than opening individual PRs for each of them
20 lines
408 B
YAML
20 lines
408 B
YAML
version: 2
|
|
updates:
|
|
- 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
|
|
open-pull-requests-limit: 10
|