From b3fd1b11121133622008ec2772b25d20166ecde7 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 6 Nov 2023 15:55:39 -0500 Subject: [PATCH] chore(renovate): update config to ignore typescript updates in react v6 --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index d102f82da90..aaadf20f7e8 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,12 @@ "static/code/stackblitz/v6/react/package.json", "static/code/stackblitz/v6/vue/package.json" ] + }, + { + "ignoreDeps": ["typescript"], + "matchFileNames": [ + "static/code/stackblitz/v6/react/package.json" + ] } ], "dependencyDashboard": true,