File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ updates:
13
13
exclude-patterns :
14
14
- " *storybook*"
15
15
- " *electron*"
16
+ - " jotai"
17
+ - " react"
16
18
- " @types/react"
19
+ - " *docusaurus*"
17
20
update-types :
18
21
- " minor"
19
22
- " patch"
@@ -22,25 +25,34 @@ updates:
22
25
exclude-patterns :
23
26
- " *storybook*"
24
27
- " *electron*"
28
+ - " jotai"
29
+ - " react"
25
30
- " @types/react"
31
+ - " *docusaurus*"
26
32
update-types :
27
33
- " major"
28
34
29
35
prod-dependencies :
30
36
dependency-type : " production"
31
37
exclude-patterns :
38
+ - " *storybook*"
32
39
- " *electron*"
33
40
- " jotai"
34
41
- " react"
42
+ - " @types/react"
43
+ - " *docusaurus*"
35
44
update-types :
36
45
- " minor"
37
46
- " patch"
38
47
prod-dependencies-major :
39
48
dependency-type : " production"
40
49
exclude-patterns :
50
+ - " *storybook*"
41
51
- " *electron*"
42
52
- " jotai"
43
53
- " react"
54
+ - " @types/react"
55
+ - " *docusaurus*"
44
56
update-types :
45
57
- " major"
46
58
You can’t perform that action at this time.
0 commit comments