Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"dependencyDashboardApproval": false,
"schedule": ["every weekday"]
},
{
"description": "TypeScript majors are a toolchain migration (typecheck, declaration emit, every TS-peer'd build tool), not a dep bump; gate them behind dashboard approval while minors/patches stay fast-tracked",
"matchPackageNames": ["typescript"],
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
},
{
"description": "Group Tailwind packages",
"matchPackageNames": ["/tailwind/"],
Expand Down
Loading