From e31c132fd3abd4cb28182d6ca0ec46f7da2480b2 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Mon, 6 Jan 2025 14:32:34 +0000 Subject: [PATCH] dependabot: Update GHA dependencies in groups (#1315) * dependabot: Update GHA dependencies in groups This should reduce the number of PRs we have when there are many updates to GHA deps, not just for go.mod deps. Signed-off-by: Charlie Egan * dependabot: correct file formatting Signed-off-by: Charlie Egan --------- Signed-off-by: Charlie Egan --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f73772e1..9d57a290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + dependencies: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: