From ecac2c6d538a5c4520f636d89c01720ddc5c9d1b Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 2 Oct 2024 14:22:25 -0700 Subject: [PATCH] Exclupde `eslint-plugin-import` updates from dependabot See https://github.com/github/codeql-action/pull/2510 for reason why. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fca4957b0..f3f438f2bf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,10 @@ updates: # v7 requires ESM - dependency-name: "del" versions: ["^7.0.0"] + # This is broken due to the way configuration files have changed. + # This might be fixed when we move to eslint v9. + - dependency-name: "eslint-plugin-import" + versions: [">=2.30.0"] groups: npm: patterns: