From acc7371c145c537a58781aaa0e29c6b6930fc887 Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Tue, 18 Jun 2024 20:01:10 +0100 Subject: [PATCH] ci: add lint-tools group to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e46484d..09e8953 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,10 @@ updates: - "mocha" - "nyc" - "@istanbuljs/nyc-config-typescript" + lint-tools: + patterns: + - "eslint" + - "@typescript-eslint/*" action-tools: patterns: - "@actions/*"