Skip to content

Commit 6988376

Browse files
committed
Minor renovate config cleanup
1 parent 942b005 commit 6988376

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

renovate.json5

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
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
@@ -159,14 +159,14 @@
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
@@ -177,14 +177,16 @@
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
}

0 commit comments

Comments
 (0)