From eb23e03e9f7dc735f37b8e413fb803f1265938e2 Mon Sep 17 00:00:00 2001 From: badaix Date: Fri, 12 Apr 2024 20:18:18 +0000 Subject: [PATCH] Don't update eslint major version typescript-eslint is not compatible with eslint 9.0 yet --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16c57e1..b4a5cc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,9 @@ updates: applies-to: version-updates npm-security-updates: applies-to: security-updates + ignore: + - dependency-name: "eslint" + update-types: ["version-update:semver-major"] - package-ecosystem: github-actions directory: "/" schedule: