From 5c1360aafd37213e3a1f71aa35b0153e19b499ea Mon Sep 17 00:00:00 2001 From: Andy Pickering Date: Mon, 23 Feb 2026 01:49:33 +0900 Subject: [PATCH] Renovate: Disable @types/node and @types/react major updates These should match the major versions of node and React that we are actually using --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2c8d13c3..d307fe07 100644 --- a/renovate.json +++ b/renovate.json @@ -18,7 +18,7 @@ "enabled": false }, { - "matchPackageNames": ["react-markdown", "remark-gfm"], + "matchPackageNames": ["@types/node", "@types/react", "react-markdown", "remark-gfm"], "matchUpdateTypes": ["major"], "enabled": false }