Skip to content

Commit 1494774

Browse files
committed
chore: don't ignore typescript, but upgrade it separately
1 parent 6ed1db9 commit 1494774

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@
2828
"ignoreDeps": [
2929
"nitro",
3030
"h3",
31-
"typescript",
3231
"nuxt",
3332
"nuxt3",
3433
"@nuxt/kit"
3534
]
35+
},
36+
{
37+
"groupName": "typescript",
38+
"matchPackageNames": [
39+
"typescript"
40+
]
3641
}
3742
]
3843
}

0 commit comments

Comments
 (0)