From fc9f6d735e8686345a7b3eda58c7dc896269437d Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 26 Jul 2024 11:29:37 +0200 Subject: [PATCH] renovate: don't update @types/node This depends on the VSCode version we are targeting so we have to update that manually. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e1e3ec4a..c2a3f9ed 100644 --- a/renovate.json +++ b/renovate.json @@ -19,5 +19,6 @@ "matchPackagePatterns": ["*"], "matchUpdateTypes": ["patch"] } - ] + ], + "ignoreDeps": ["@types/node"] }