Skip to content

Commit 3775c8d

Browse files
committed
ci: update dependabot "test" group
1 parent 63fb96c commit 3775c8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ updates:
2929
- '@types/*'
3030
exclude-patterns:
3131
- '@types/node'
32-
jest:
32+
test:
3333
patterns:
34+
- 'mocha*'
35+
- '@types/mocha'
3436
- 'jest*'
37+
- 'c8'
38+
- 'expect'
3539
# Check for updates to GitHub Actions every week
3640
- package-ecosystem: 'github-actions'
3741
directory: '/'

0 commit comments

Comments
 (0)