Skip to content

Commit 7f8cddd

Browse files
authored
Add crates/* directories to Dependabot config (RustPython#7687)
1 parent 625e5bf commit 7f8cddd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
version: 2
33
updates:
44
- package-ecosystem: cargo
5-
directory: /
5+
directories:
6+
- "/"
7+
- "crates/*"
68
schedule:
79
interval: weekly
810
cooldown:

0 commit comments

Comments
 (0)