We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb1cb2 commit 421568eCopy full SHA for 421568e
.github/dependabot.yml
@@ -6,6 +6,29 @@ updates:
6
directory: '/'
7
schedule:
8
interval: 'weekly'
9
+ groups:
10
+ react:
11
+ patterns:
12
+ - 'react'
13
+ - 'react-dom'
14
+ react-dnd:
15
16
+ - 'react-dnd'
17
+ - 'react-dnd-html5-backend'
18
+ babel:
19
20
+ - '@babel/*'
21
+ linaria:
22
23
+ - '@linaria/*'
24
+ - '@wyw-in-js/*'
25
+ typescript-eslint:
26
27
+ - '@typescript-eslint/*'
28
+ vitest:
29
30
+ - 'vitest'
31
+ - '@vitest/*'
32
33
- package-ecosystem: 'github-actions'
34
0 commit comments