Skip to content

Commit b595503

Browse files
ci(github): add group vitest to dependabot.yml
1 parent 003f64e commit b595503

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ updates:
1515
- '@commitlint/*'
1616
eslint:
1717
patterns:
18-
- '@eslint/*'
19-
- 'eslint*'
18+
- '*eslint*'
2019
- prettier
20+
vitest:
21+
patterns:
22+
- '*vitest*'
2123

2224
- package-ecosystem: 'github-actions'
2325
directory: '/'

0 commit comments

Comments
 (0)