diff --git a/default.json b/default.json index 223143d..609584c 100644 --- a/default.json +++ b/default.json @@ -50,6 +50,11 @@ "enabled": false }, + { + "matchDepNames": ["node"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "matchManagers": ["npm"], "matchDepNames": ["serverless"], diff --git a/non-critical.json b/non-critical.json index 2aaf979..85393c5 100644 --- a/non-critical.json +++ b/non-critical.json @@ -26,6 +26,11 @@ "matchUpdateTypes": ["major"], "enabled": false }, + { + "matchDepNames": ["node"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "matchManagers": ["npm"], "matchDepNames": ["serverless"],