Skip to content

Commit 94aba0a

Browse files
chore(renovate): update config to ignore typescript updates in react v6 (#3231)
1 parent aef7605 commit 94aba0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
"static/code/stackblitz/v6/react/package.json",
2828
"static/code/stackblitz/v6/vue/package.json"
2929
]
30+
},
31+
{
32+
"ignoreDeps": ["typescript"],
33+
"matchFileNames": [
34+
"static/code/stackblitz/v6/react/package.json"
35+
]
3036
}
3137
],
3238
"dependencyDashboard": true,

0 commit comments

Comments
 (0)