Skip to content

Commit

Permalink
Disable updating node engines in package files
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Dec 14, 2024
1 parent 38e1be6 commit 9836b66
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@
automergeType: 'pr', // Create a PR
automerge: true,
},
// Disable updating engines in package files
{
matchManagers: [
'npm',
],
matchDepTypes: [
'engines',
],
matchPackageNames: [
'node',
],
enabled: false,
},
{
// Special handling for @stanlemon packages
groupName: 'my own packages',
Expand Down

0 comments on commit 9836b66

Please sign in to comment.