From 3ffcd6330b57c8b18ead7b9e1c8382e02a5a6db7 Mon Sep 17 00:00:00 2001 From: guidok91 Date: Thu, 23 Jan 2025 15:54:22 +0100 Subject: [PATCH] Dependabot: group all upgrades --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a32a429..529299b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,16 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + all-dependencies: + patterns: + - "*" - package-ecosystem: "docker" directory: "/" schedule: interval: "monthly" + groups: + all-dependencies: + patterns: + - "*"