From 4e3cd9a2144ab4fd915c967f65ad4c78b0bd46d6 Mon Sep 17 00:00:00 2001 From: ymmt Date: Fri, 1 Dec 2023 22:25:22 +0000 Subject: [PATCH] Grouping Dependabot PRs --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a3ee7b..38d9674 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions-dependencies: + patterns: ["*"] - package-ecosystem: "gomod" directory: "/" schedule: interval: "monthly" + groups: + go-dependencies: + patterns: ["*"]