Skip to content

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.dictionary.txt

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ preid
2828
tscu
2929
unstub
3030
vates
31+
vitest
3132
yarnrc

.github/dependabot.yml

+20
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,26 @@ updates:
3030
prefix: build
3131
include: scope
3232
directory: /
33+
groups:
34+
conventional-changelog:
35+
patterns:
36+
- '@types/conventional-changelog'
37+
- '@types/conventional-changelog-core'
38+
- '@types/conventional-changelog-writer'
39+
- '@types/conventional-recommended-bump'
40+
- '@types/git-raw-commits'
41+
- conventional-changelog
42+
- conventional-changelog-conventionalcommits
43+
- conventional-changelog-core
44+
- conventional-changelog-writer
45+
- conventional-recommended-bump
46+
typescript-eslint:
47+
patterns:
48+
- '@typescript-eslint/*'
49+
vitest:
50+
patterns:
51+
- '@vitest/*'
52+
- vitest
3353
labels:
3454
- scope:dependencies
3555
- type:build

0 commit comments

Comments
 (0)