From bc0e53a71c7aa4d56f76885cb3c114d60bfc0f0c Mon Sep 17 00:00:00 2001 From: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:39:49 +0100 Subject: [PATCH] chore(renovate): disable react-router-dom updates and types/node Signed-off-by: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> --- renovate.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 57e1ba3b0..180f5c14f 100644 --- a/renovate.json +++ b/renovate.json @@ -85,9 +85,9 @@ }, { "description": "Ignore NodeJS", - "matchPackageNames": ["node"], + "matchPackageNames": ["node", "@types/node"], "matchManagers": ["npm"], - "matchDepTypes": [ "engines" ], + "matchDepTypes": [ "engines", "devDependencies" ], "enabled": false }, { @@ -95,6 +95,13 @@ "matchPackageNames": ["ubuntu"], "matchManagers": ["github-actions"], "enabled": false + }, + { + "description": "react-router-dom throws not-dismissible warnings", + "matchPackageNames": ["react-router-dom"], + "matchManagers": ["npm"], + "matchUpdateTypes": ["minor"], + "enabled": false } ] }