Skip to content

Commit 950c458

Browse files
Review Dependabot groups
1 parent 24558e1 commit 950c458

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/dependabot.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ updates:
3838
patterns:
3939
- '@babel/*'
4040
- '@rollup/*'
41+
- 'autoprefixer'
42+
- 'baseline-browser-mapping'
43+
- 'caniuse-lite'
44+
- 'cssnano'
45+
- 'postcss'
46+
- 'postcss-*'
4147
- 'rollup'
4248
- 'rollup-*'
4349
- 'sass-embedded'
@@ -46,18 +52,25 @@ updates:
4652
patterns:
4753
- '@typescript-eslint/*'
4854
- '@eslint/*'
55+
- '@types/*'
4956
- 'eslint'
5057
- 'eslint-*'
58+
- 'globals'
5159
- 'prettier'
52-
- 'typescript*'
53-
- '@types/*'
60+
- 'typed-query-selector'
61+
- 'typescript'
62+
- 'typescript-*'
5463

5564
test:
5665
patterns:
5766
- '@testing-library/*'
67+
- '@types/jest'
68+
- '@types/jest-*'
5869
- 'babel-jest'
5970
- 'jest'
6071
- 'jest-*'
72+
- 'jsdom'
73+
- 'outdent'
6174

6275
tools:
6376
patterns:

0 commit comments

Comments
 (0)