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/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ updates:
- dependency-name: "@types/node"
update-types:
- version-update:semver-major
# jsii pins the TypeScript compiler (jsii 6.x -> typescript ~6.0), so a
# TypeScript major cannot build until a matching jsii major ships. Take
# them together as a deliberate toolchain upgrade. (Closed PR #77 was this.)
- dependency-name: "typescript"
update-types:
- version-update:semver-major
groups:
minor-and-patch:
update-types:
Expand Down
Loading