Skip to content

Commit 9ff6db0

Browse files
authored
Add vitest patterns to dependabot configuration
Signed-off-by: echo094 <20028238+echo094@users.noreply.github.com>
1 parent f97075c commit 9ff6db0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ updates:
2121
patterns:
2222
- "eslint"
2323
- "eslint-*"
24+
vitest:
25+
patterns:
26+
- "vitest"
27+
- "@vitest/*"

0 commit comments

Comments
 (0)