diff --git a/.nvmrc b/.nvmrc index d4b7699d36ca..7d41c735d712 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.18.1 +22.14.0 diff --git a/renovate.json b/renovate.json index 7fca84fadc0e..456adebbdb02 100644 --- a/renovate.json +++ b/renovate.json @@ -20,9 +20,19 @@ "package.json", "packages/**/package.json", "tests/legacy-cli/e2e/ng-snapshot/package.json", - ".github/workflows/**/*.yml" + ".github/workflows/**/*.yml", + ".nvmrc" ], "packageRules": [ + { + "matchDepNames": ["node"], + "matchUpdateTypes": ["minor", "patch"] + }, + { + "enabled": false, + "matchDepNames": ["node"], + "matchUpdateTypes": ["major"] + }, { "matchPackageNames": ["quicktype-core"], "schedule": ["before 4:00am on the first day of the month"]