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,