From a88574a6562d6cfacfbe1975fb889f1be7dad42f Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Mon, 7 Oct 2024 16:14:45 +0800 Subject: [PATCH] Update dependabot.yml to add new eslint packages into the eslint group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb49b32397ef2..34f5ce3ee5439 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,7 @@ updates: patterns: - "eslint" - "eslint-*" + - "@eslint/*" - "yaml-eslint-parser" - "vue-eslint-parser" stylelint: