From 33cf8a523c6deca3ff56470dc197ac8d8f8afebc Mon Sep 17 00:00:00 2001 From: Silvio Vasiljevic Date: Wed, 12 Aug 2026 16:53:52 +0200 Subject: [PATCH] Ignore TypeScript major updates in dependabot typescript-eslint cannot run on TypeScript 7 until the stable tsgo API lands (targeted for TS 7.1), so major TS bumps break npm ci. Co-Authored-By: Claude Fable 5 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18ccd89..0b724fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,11 @@ updates: interval: monthly cooldown: default-days: 7 + ignore: + # typescript-eslint does not support TypeScript 7 yet (needs the stable + # tsgo API targeted for TS 7.1); drop this once it does + - dependency-name: typescript + update-types: ['version-update:semver-major'] groups: npm: patterns: