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
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ updates:
- dependency-name: "@types/node"
update-types:
- version-update:semver-major
# Changesets 3 auto-detects the workspace oxfmt binary while versioning
# and fails in the Linux release action. Keep compatible 2.x updates.
- dependency-name: "@changesets/cli"
update-types:
- version-update:semver-major
# Newer Octane releases require TypeScript 5.9, while this workspace's
# compatibility checker is intentionally pinned to TypeScript 6.
- dependency-name: octane
Expand Down