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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ updates:
# v3 HSL token format, so a v4 major must be a deliberate migration.
- dependency-name: "tailwindcss"
update-types: ["version-update:semver-major"]
# TypeScript majors are a deliberate migration: TS 7 (the native compiler)
# is not yet supported by our toolchain (typescript-eslint 8 crashes on it).
- dependency-name: "typescript"
update-types: ["version-update:semver-major"]

# --- GitHub Actions ------------------------------------------------------
- package-ecosystem: "github-actions"
Expand Down