From 2d9daba535d540f84398e6c07bc05989cb228c69 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 14 Nov 2023 10:10:17 -0500 Subject: [PATCH] Revert "chore(renovate): update config to ignore typescript updates in react v6 (#3231)" This reverts commit 94aba0a9c4da1f9bc82ae7ec47ff2ea905c824f0. --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index f400c121323..a12dcdb1828 100644 --- a/renovate.json +++ b/renovate.json @@ -27,12 +27,6 @@ "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,