Skip to content

Commit 76716f9

Browse files
committed
Non-major always comes last
1 parent 5b40266 commit 76716f9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

renovate.json5

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,35 +180,35 @@
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
}

0 commit comments

Comments
 (0)