Skip to content

Commit 421568e

Browse files
authored
dependabot: configure groups (#3416)
1 parent aeb1cb2 commit 421568e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ updates:
66
directory: '/'
77
schedule:
88
interval: 'weekly'
9+
groups:
10+
react:
11+
patterns:
12+
- 'react'
13+
- 'react-dom'
14+
react-dnd:
15+
patterns:
16+
- 'react-dnd'
17+
- 'react-dnd-html5-backend'
18+
babel:
19+
patterns:
20+
- '@babel/*'
21+
linaria:
22+
patterns:
23+
- '@linaria/*'
24+
- '@wyw-in-js/*'
25+
typescript-eslint:
26+
patterns:
27+
- '@typescript-eslint/*'
28+
vitest:
29+
patterns:
30+
- 'vitest'
31+
- '@vitest/*'
932

1033
- package-ecosystem: 'github-actions'
1134
directory: '/'

0 commit comments

Comments
 (0)