From 30f961507e95a965747c4f05d8349a005ecb96fe Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Tue, 27 Aug 2024 12:19:49 +0200 Subject: [PATCH] chore: group update for typescript-eslint updates Signed-off-by: Florent Benoit --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27297700beb..4bd791b622b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,4 +28,8 @@ updates: applies-to: version-updates patterns: - "@fortawesome/*" - + typescript-eslint: + applies-to: version-updates + patterns: + - "@typescript-eslint/*" + - "typescript-eslint"