From e352b277c6745f4395680e739155d07de528d654 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Fri, 8 Mar 2024 14:49:08 -0700 Subject: [PATCH] ci: group dependabot updates (#5022) --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 174ce628b..a3bf42818 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,18 +5,34 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 50 + groups: + docker: + patterns: + - "*" - package-ecosystem: "docker" directory: "/.github/" schedule: interval: "monthly" open-pull-requests-limit: 50 + groups: + docker: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" open-pull-requests-limit: 50 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: interval: "monthly" open-pull-requests-limit: 50 + groups: + go: + patterns: + - "*"