From 6b26ac887503da5a46a897511f039972a149d30c Mon Sep 17 00:00:00 2001 From: mahula Date: Sat, 25 May 2024 21:08:47 +0200 Subject: [PATCH] refine dependabot linting group --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cc4218..98f2af8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,8 +29,12 @@ updates: linting: applies-to: version-updates patterns: - - "*eslint*" + - "@eslint-community/eslint-plugin-eslint-comments" + - "@typescript-eslint/*" + - "eslint-*" - "prettier" + exclude-patterns: + - "eslint" typescript: applies-to: version-updates patterns: