File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 180180 automerge : false , // Don't automerge major Node.js updates
181181 } ,
182182 {
183- // Catch-all rule for npm non-major updates
184- groupName : 'npm non-major (catch-all)' ,
185- groupSlug : 'npm-all-non-major' ,
183+ // NPM Major updates (non-grouped)
186184 matchManagers : [
187185 'npm' ,
188186 ] ,
189187 matchUpdateTypes : [
190- 'minor' ,
191- 'patch' ,
188+ 'major' ,
192189 ] ,
193190 // Exclude my own packages (handled separately)
194191 matchPackageNames : [
195192 '!/^@stanlemon\\//' ,
196193 ] ,
194+ // Don't automerge major updates
195+ automerge : false ,
197196 } ,
198197 {
199- // NPM Major updates (non-grouped)
198+ // Catch-all rule for npm non-major updates
199+ groupName : 'npm non-major (catch-all)' ,
200+ groupSlug : 'npm-all-non-major' ,
200201 matchManagers : [
201202 'npm' ,
202203 ] ,
203204 matchUpdateTypes : [
204- 'major' ,
205+ 'minor' ,
206+ 'patch' ,
205207 ] ,
206208 // Exclude my own packages (handled separately)
207209 matchPackageNames : [
208210 '!/^@stanlemon\\//' ,
209211 ] ,
210- // Don't automerge major updates
211- automerge : false ,
212212 } ,
213213 ] ,
214214}
You can’t perform that action at this time.
0 commit comments