From 707ee7a8a64c3c2a226cdc798d97bcd1daa43211 Mon Sep 17 00:00:00 2001 From: 030 Date: Sat, 14 Dec 2024 19:09:04 +0100 Subject: [PATCH] build(fix): Aggregate github-actions and docker Dependabot updates as well --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76487a64..9e4ea664 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,18 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + docker-all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + github-actions-all: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: