Skip to content

Commit

Permalink
chore(deps): disable updates of the node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jul 31, 2022
1 parent a8717e7 commit ae475b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
},
"packageRules": [
{
"matchPackageNames": [
"node"
],
"enabled": false
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
Expand Down

0 comments on commit ae475b9

Please sign in to comment.