diff --git a/renovate.json b/renovate.json index a12dcdb1828..f400c121323 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,