Skip to content

Commit 179b36d

Browse files
chore: add tsconfig base packages to renovate.json group (#3879)
1 parent 39cfd99 commit 179b36d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
{
3131
"groupName": "Tailwind packages",
3232
"matchPackageNames": ["/tailwindcss/"]
33+
},
34+
{
35+
"groupName": "TSConfig base packages",
36+
"matchPackageNames": ["@tsconfig{/,}**"]
3337
}
3438
],
3539
"automergeStrategy": "squash",

0 commit comments

Comments
 (0)