Skip to content

Commit e4421da

Browse files
chore(dependabot): disable typescript 5 upgrades
io-ts 2.1.3 is not compatible with typescript >4.8, so improve the semver range disabling automated upgrade PRs to include typescript 5 and higher (for now). This is not where we want to keep api-ts long term, so regard this as a medium-term solution. Supersedes #424
1 parent feb40e3 commit e4421da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ updates:
2727
- dependency-name: io-ts
2828
versions: ['2.x']
2929
- dependency-name: typescript
30-
versions: ['^4.8']
30+
versions: ['^>4.8']
3131
- dependency-name: ts-morph
3232
versions: ['>=16']
3333
# Ignore all @types/nodes patch updates, since

0 commit comments

Comments
 (0)