From 91629d57510e0e0fcb53dd64ab3468ed3b9f1453 Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Tue, 17 Oct 2023 12:38:53 +0200 Subject: [PATCH] dependabot: batch updates This combines go pkg updates in to a weekly branch, saving bother and rebase time. Signed-off-by: Casey Callendrello --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c5aff32..0caf64a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + golang: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/plugins/debug" schedule: