We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f890e commit 1e01f21Copy full SHA for 1e01f21
1 file changed
.github/dependabot.yml
@@ -10,3 +10,27 @@ updates:
10
target-branch: 'next'
11
schedule:
12
interval: 'daily'
13
+ groups:
14
+ react:
15
+ patterns:
16
+ - 'react*'
17
+ typescript:
18
19
+ - '@types*'
20
+ - 'ts*'
21
+ - 'typescript*'
22
+ eslint:
23
24
+ - 'eslint*'
25
+ - '@eslint*'
26
+ radix:
27
28
+ - '@radix-ui*'
29
+ vite|vitest:
30
31
+ - 'vite*'
32
+ - '@vite*'
33
+ tailwind:
34
35
+ - 'tailwind*'
36
+ - '@tailwind*'
0 commit comments