From e8bf5970d9cb92132a108d12cb75c15eec4499ad Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 1 Sep 2023 10:24:11 +0200 Subject: [PATCH] ci: Group dependency upgrades --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 109ccb365..d63d09c50 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,13 +4,25 @@ updates: directory: / schedule: interval: monthly + groups: + all: + patterns: + - '*' - package-ecosystem: docker directory: / schedule: interval: monthly + groups: + all: + patterns: + - '*' - package-ecosystem: gomod directory: / schedule: interval: monthly + groups: + all: + patterns: + - '*'