From e4421dad884095ef762672f487b900cc13f82619 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Fri, 17 Mar 2023 07:50:21 -0500 Subject: [PATCH] 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 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d284ff5..aecf4213 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,7 +27,7 @@ updates: - dependency-name: io-ts versions: ['2.x'] - dependency-name: typescript - versions: ['^4.8'] + versions: ['^>4.8'] - dependency-name: ts-morph versions: ['>=16'] # Ignore all @types/nodes patch updates, since