From d328afe48cd8af19bd6cd6d6e42e67e5f62dfe02 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Tue, 12 Mar 2024 08:42:17 -0600 Subject: [PATCH] ci: group dependabot updates --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a851e32..09c3e78 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,8 +5,16 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 50 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: interval: "monthly" open-pull-requests-limit: 50 + groups: + go: + patterns: + - "*"