Skip to content

Commit 5733f19

Browse files
committed
chore: fix dependabot
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ebc5421 commit 5733f19

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
@@ -4,10 +4,11 @@ version: 2
44
updates:
55
- package-ecosystem: 'npm'
66
directories:
7-
- '/.'
7+
- '/'
88
- '/tools/code-style'
99
- '/tools/docs-gen'
1010
- '/tools/schema-downloader'
11+
- '/tools/test-dependencies'
1112
schedule:
1213
interval: 'weekly'
1314
day: 'saturday'

0 commit comments

Comments
 (0)