From 270a37a89f7bf033598b87ae07f92ff8080a5ab5 Mon Sep 17 00:00:00 2001 From: Michael Esteban Date: Thu, 7 Nov 2024 19:43:41 +1000 Subject: [PATCH] chore: Update dependabot lint group to include @eslint/* packages (#7183) chore: update dependabot lint group to include @eslint/* packages --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 034e03b176f8f..135a13bfe048d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,7 @@ updates: - 'eslint' - 'typescript-eslint' - 'eslint-*' + - '@eslint/*' - 'stylelint' - 'stylelint-*' exclude-patterns: