Skip to content

Commit ef4ce8d

Browse files
authored
ci: update all upstream dependencies with Dependabot (#1785)
This change automates Cargo.lock updates.
1 parent 204a4e0 commit ef4ce8d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .github/dependabot.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
version: 2
22
updates:
33
- package-ecosystem: cargo
4+
versioning-strategy: lockfile-only
45
directory: "/"
6+
allow:
7+
- dependency-type: "all"
8+
groups:
9+
all-deps:
10+
patterns:
11+
- "*"
512
schedule:
6-
interval: daily
13+
interval: weekly
714
open-pull-requests-limit: 10
815
- package-ecosystem: github-actions
916
directory: "/"

0 commit comments

Comments
 (0)