File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ updates:
39
39
prefix : " chore"
40
40
labels : []
41
41
open-pull-requests-limit : 15
42
+ groups :
43
+ x :
44
+ patterns :
45
+ - " golang.org/x/*"
42
46
ignore :
43
47
# Ignore patch updates for all dependencies
44
48
- dependency-name : " *"
@@ -73,6 +77,32 @@ updates:
73
77
commit-message :
74
78
prefix : " chore"
75
79
labels : []
80
+ groups :
81
+ xterm :
82
+ patterns :
83
+ - " @xterm*"
84
+ mui :
85
+ patterns :
86
+ - " @mui*"
87
+ react :
88
+ patterns :
89
+ - " react*"
90
+ - " @types/react*"
91
+ emotion :
92
+ patterns :
93
+ - " @emotion*"
94
+ eslint :
95
+ patterns :
96
+ - " eslint*"
97
+ - " @typescript-eslint*"
98
+ jest :
99
+ patterns :
100
+ - " jest*"
101
+ - " @types/jest"
102
+ vite :
103
+ patterns :
104
+ - " vite*"
105
+ - " @vitejs/plugin-react"
76
106
ignore :
77
107
# Ignore patch updates for all dependencies
78
108
- dependency-name : " *"
@@ -83,4 +113,10 @@ updates:
83
113
- dependency-name : " @types/node"
84
114
update-types :
85
115
- version-update:semver-major
116
+ # Ignore @storybook updates, run `pnpm dlx storybook@latest upgrade` to upgrade manually
117
+ - dependency-name : " *storybook*" # matches @storybook/* and storybook*
118
+ update-types :
119
+ - version-update:semver-major
120
+ - version-update:semver-minor
121
+ - version-update:semver-patch
86
122
open-pull-requests-limit : 15
You can’t perform that action at this time.
0 commit comments