Skip to content

Commit d34b7e6

Browse files
committed
CI: allow dependabot to update indirect dependencies.
1 parent 78e2f9b commit d34b7e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ updates:
88
day: "monday"
99

1010
- package-ecosystem: "cargo"
11+
allow:
12+
# Allow both direct and indirect updates for all packages.
13+
- dependency-type: "all"
1114
directory: "/"
1215
groups:
1316
all-dependencies:

0 commit comments

Comments
 (0)