Skip to content

Commit

Permalink
🔧 Disable major npm updates by Renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
sounisi5011 committed Mar 12, 2023
1 parent 2262f81 commit 2698fe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
groupName: "dependencies: npm-scripts packages",
groupSlug: "npm-scripts-packages",
},
{
matchPackageNames: ["npm"],
matchUpdateTypes: ["major"],
enabled: false,
},
// `ava@>=4.0.0` doesn't work with old Node.js.
// We should only update if the Node.js support range: `>=14.17`
{
Expand Down

0 comments on commit 2698fe0

Please sign in to comment.