From da11735b4a6be3e7a29f7bf04d99c89851d47642 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Wed, 5 Aug 2026 10:39:45 +0200 Subject: [PATCH] Add grouping to dependabot config --- .github/dependabot.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6a13080914a..9ae1b22255e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,4 +4,16 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + groups: + github-actions: + patterns: + - "*" +- package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + groups: + gomod: + patterns: + - "*"