From d268d10f47a55a15173785841e5e0ac5abce659e Mon Sep 17 00:00:00 2001 From: Gavin Bunney Date: Tue, 3 Dec 2024 11:23:14 -0800 Subject: [PATCH] Use groups for dependabot instead of pr limits --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5cd51ac3..4eec8fd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,15 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 + groups: + gomod-deps: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 + groups: + actions-deps: + patterns: + - "*"