From ecbed4b324b0f588c270a84784e663fba0004606 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 9 Oct 2023 17:15:33 +0100 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 45bc23a..13c4e32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,18 @@ version: 2 updates: - package-ecosystem: gomod directory: "/" + groups: + all: + patterns: + - "*" schedule: interval: weekly open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" + groups: + all: + patterns: + - "*" schedule: interval: "weekly"