Skip to content

Commit

Permalink
chore: isolate tailwind in a separate renovate PR for easier migration (
Browse files Browse the repository at this point in the history
#4910)

KIT-282

We are not immediately ready for this so we should separate it to not
block renovate.
  • Loading branch information
alexprudhomme authored Jan 29, 2025
1 parent e0b448b commit dd6e5e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"description": "Isolate typescript",
"matchPackageNames": ["/typescript/"]
},
{
"groupName": "tailwindcss",
"groupSlug": "tailwindcss",
"rangeStrategy": "replace",
"description": "Isolate tailwind for v4",
"matchPackageNames": ["tailwindcss"]
},
{
"groupName": "vite",
"groupSlug": "vite",
Expand Down

0 comments on commit dd6e5e4

Please sign in to comment.