From aacae5c05321d949865554118207f73671f90604 Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Mon, 23 Oct 2023 10:58:17 +0200 Subject: [PATCH] dependabot: batch updates Rather than endless rebases, just batch all go updates to once a week. 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 ea807113d..ed0b35444 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + golang: + patterns: + - "*"