File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 {
8989 // Disable updating nodejs package peer dependencies
9090 matchDepTypes : [
91- 'peerDependencies'
91+ 'peerDependencies' ,
9292 ] ,
93- enabled : false
93+ enabled : false ,
9494 } ,
9595 {
9696 // Group Node.js updates together
159159 // Special handling for Node.js major version updates
160160 groupName : 'node majors (LTS gate)' ,
161161 matchDatasources : [
162- 'node-version'
162+ 'node-version' ,
163163 ] ,
164164 matchPackageNames : [
165165 'node' ,
166166 '@types/node' ,
167167 ] ,
168168 matchUpdateTypes : [
169- 'major'
169+ 'major' ,
170170 ] ,
171171 minimumReleaseAge : '7 months' , // Wait longer for major Node.js releases
172172 internalChecksFilter : 'strict' , // Strict internal checks for major updates
177177 groupName : 'npm non-major (catch-all)' ,
178178 groupSlug : 'npm-all-non-major' ,
179179 matchManagers : [
180- 'npm'
180+ 'npm' ,
181181 ] ,
182182 matchUpdateTypes : [
183183 'minor' ,
184184 'patch' ,
185185 ] ,
186186 // Exclude my own packages (handled separately)
187- excludePackageNames : [ '/^@stanlemon\\//' ]
188- }
187+ matchPackageNames : [
188+ '!/^@stanlemon\\//' ,
189+ ] ,
190+ } ,
189191 ] ,
190192}
You can’t perform that action at this time.
0 commit comments