From 416f481bf5681f69501727e51e188f64ba4f639b Mon Sep 17 00:00:00 2001 From: Anastasiia Ivanchenko Date: Tue, 21 Jul 2026 22:44:18 +0300 Subject: [PATCH] Ignore major typescript updates in dependabot typescript 7 breaks the typescript-eslint bundled with eslint-config-next, which crashes during npm run lint. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d88bf22..82b8988 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,8 @@ updates: ignore: - dependency-name: eslint update-types: ["version-update:semver-major"] + - dependency-name: typescript + update-types: ["version-update:semver-major"] - package-ecosystem: github-actions directory: /