From 21d64c8fca7eeb44bdbba7013e4020f91b8ed00f Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Mon, 17 Jul 2023 10:18:31 -0700 Subject: [PATCH] Group ESLint Dependabot updates Using Dependabot's new grouped updates feature. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f43925bab6..5a1f8c654c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: directory: "/" schedule: interval: weekly + groups: + ESLint: + patterns: + - esbuild + - eslint + - "@typescript-eslint/*"