From 3291ed804363953c2a0420af9bd67388b84e3dba Mon Sep 17 00:00:00 2001 From: Alexander North Date: Tue, 12 Aug 2025 14:59:58 +0200 Subject: [PATCH] group together dependabot updates --- .github/dependabot.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ded66059..918c8126 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,6 +8,10 @@ updates: day: monday time: "04:00" timezone: "Europe/Zurich" + groups: + github-actions: + patterns: + - "*" - package-ecosystem: gomod directory: / @@ -18,6 +22,10 @@ updates: timezone: "Europe/Zurich" allow: - dependency-type: all + groups: + go-dependencies: + patterns: + - "*" - package-ecosystem: docker directory: / @@ -26,3 +34,8 @@ updates: day: monday time: "04:00" timezone: "Europe/Zurich" + groups: + docker: + patterns: + - "*" +