From 7314447abe14856b5d822813b11247c90a2fd1dc Mon Sep 17 00:00:00 2001 From: Artiom Lunev Date: Tue, 14 Jul 2026 11:16:04 +0100 Subject: [PATCH] chore(deps): ignore typescript majors in dependabot TypeScript 7 (native/Go compiler) has no JS API yet, which breaks the typescript-eslint toolchain. Skip major bumps until the ecosystem supports it. Co-Authored-By: Claude Fable 5 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d543459..1b33819 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,12 @@ updates: open-pull-requests-limit: 10 cooldown: &a1 default-days: 3 + ignore: + # TypeScript 7 (native/Go compiler) ships without a JS API; blocked until + # typescript-eslint supports it. + # See https://github.com/typescript-eslint/typescript-eslint/issues/10940 + - dependency-name: typescript + update-types: ['version-update:semver-major'] groups: types: patterns: