From 16c71579e1a842c515238a0da1f44eb120af5bbe Mon Sep 17 00:00:00 2001 From: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:42:00 +1100 Subject: [PATCH] Disable node majors I thought we always had this tbh, but for the same reason we exclude `@types/node`, it doesn't really make sense to bump .nvmrc in isolation. Skuba intends to release an autofix to get us more of the way there in one bang, later this year. --- default.json | 5 +++++ non-critical.json | 5 +++++ 2 files changed, 10 insertions(+) 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"],