Skip to content

Commit

Permalink
Renovate: ignore node upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 24, 2021
1 parent 710e4fa commit f4995fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"group:monorepos",
"group:testNonMajor"
],
"node": {
"enabled": false
},
"packageRules": [
{
"packageNames": ["node"],
"enabled": false
}
],
"rangeStrategy": "bump",
"semanticCommits": false
}

0 comments on commit f4995fa

Please sign in to comment.