Skip to content

Commit 1e01f21

Browse files
committed
chore: dependabot groups
1 parent b2f890e commit 1e01f21

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,27 @@ updates:
1010
target-branch: 'next'
1111
schedule:
1212
interval: 'daily'
13+
groups:
14+
react:
15+
patterns:
16+
- 'react*'
17+
typescript:
18+
patterns:
19+
- '@types*'
20+
- 'ts*'
21+
- 'typescript*'
22+
eslint:
23+
patterns:
24+
- 'eslint*'
25+
- '@eslint*'
26+
radix:
27+
patterns:
28+
- '@radix-ui*'
29+
vite|vitest:
30+
patterns:
31+
- 'vite*'
32+
- '@vite*'
33+
tailwind:
34+
patterns:
35+
- 'tailwind*'
36+
- '@tailwind*'

0 commit comments

Comments
 (0)