Skip to content

Commit f48efc2

Browse files
authored
chore(dependabot): update all Cargo manifests (#7672)
# Which issue does this PR close? None # Rationale for this change There are more `Cargo.toml` files that should be considered by Dependabot. # What changes are included in this PR? Search recursively for manifests instead of just the one in the root. # Are there any user-facing changes? No
1 parent 58b34cb commit f48efc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: cargo
4-
directory: "/"
4+
directories:
5+
- "**/*"
56
schedule:
67
interval: daily
78
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)