File tree 1 file changed +8
-15
lines changed
1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -86,37 +86,30 @@ updates:
86
86
- " @mui*"
87
87
react :
88
88
patterns :
89
- - " react*"
90
- - " @types/react*"
89
+ - " react"
90
+ - " react-dom"
91
+ - " @types/react"
92
+ - " @types/react-dom"
91
93
emotion :
92
94
patterns :
93
95
- " @emotion*"
96
+ exclude-patterns :
97
+ - " jest-runner-eslint"
94
98
eslint :
95
99
patterns :
96
100
- " eslint*"
97
101
- " @typescript-eslint*"
98
102
jest :
99
103
patterns :
100
- - " jest* "
104
+ - " jest"
101
105
- " @types/jest"
102
106
vite :
103
107
patterns :
104
108
- " vite*"
105
109
- " @vitejs/plugin-react"
106
110
ignore :
107
- # Ignore patch updates for all dependencies
111
+ # Ignore major version updates to avoid breaking changes
108
112
- dependency-name : " *"
109
- update-types :
110
- - version-update:semver-patch
111
- # Ignore major updates to Node.js types, because they need to
112
- # correspond to the Node.js engine version
113
- - dependency-name : " @types/node"
114
113
update-types :
115
114
- 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
122
115
open-pull-requests-limit : 15
You can’t perform that action at this time.
0 commit comments