From ad772e31b5fc1d68da71ce0aa6487c1d68ee1a49 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 22 May 2023 10:12:34 -0700 Subject: [PATCH] Group :dependabot: PR's for `eslint`-related deps There are multiple deps that are `eslint`-related, and since they're all related to a linter, it's very safe to merge them as a single group. So try kicking the tires on the new "grouping" feature that the :dependabot: team is working on. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a49d058..456bb696 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + eslint-dependencies: + patterns: + - "*eslint*"