Skip to content

Commit 19bae9b

Browse files
committed
dependabot.yml: Restricted dev dependencies to impl directory
1 parent 02fafec commit 19bae9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ updates:
1515

1616
# Development dependencies (e.g., [dev-dependencies])
1717
- package-ecosystem: "cargo"
18-
directory: "/"
18+
directory: "impl"
1919
schedule:
2020
interval: daily
2121
allow:

0 commit comments

Comments
 (0)