Skip to content

Commit c9fe1f7

Browse files
committed
[dependabot] monitor all packages
1 parent 8b21a95 commit c9fe1f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ updates:
1010
schedule:
1111
interval: "weekly"
1212
- package-ecosystem: "cargo"
13-
directory: "/" # Location of package manifests
13+
directories:
14+
- "/"
15+
- "/task-maker-*"
1416
schedule:
1517
interval: "weekly"
1618
ignore:

0 commit comments

Comments
 (0)