Skip to content

Commit 4710c65

Browse files
committed
chore: glob dep dirs
1 parent 07e0bc0 commit 4710c65

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: npm
44
directories:
5-
- "/"
6-
- "/benchmarks/*"
7-
- "/docs/*"
8-
- "/examples/*"
9-
- "/interop/*"
10-
- "/packages/*"
5+
- "**/*"
116
schedule:
127
interval: daily
138
time: "10:00"

0 commit comments

Comments
 (0)