From 68d4eda3fbdc4dc404295a27ac8828085eb0ecd8 Mon Sep 17 00:00:00 2001 From: sbp-bvanb Date: Tue, 31 Dec 2024 09:52:48 +0100 Subject: [PATCH] build(fix): Enforce Dependabot updates for all types to save time --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76487a6..9e4ea66 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: