Skip to content

Commit

Permalink
[core] Renovate should not try to update node (#30659)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jan 17, 2022
1 parent b9b2321 commit fa7516b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
"matchPaths": ["test/bundling/fixtures/**/package.json"],
"schedule": "every 6 months on the first day of the month"
},
{
"groupName": "node",
"matchPackageNames": ["node"],
"enabled": false
},
{
"groupName": "examples",
"matchPaths": ["examples/**/package.json"],
Expand Down

0 comments on commit fa7516b

Please sign in to comment.