From c6dbe8c0cb14cd2c7d2219624b67478ef3f6a305 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Fri, 20 Jun 2025 15:59:32 +0200 Subject: [PATCH] github: Group all Github action updates in a single Dependabot PR once a week (#487) --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8215b83..c4eb07d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,12 @@ updates: interval: "weekly" - package-ecosystem: "github-actions" directory: "/" + groups: + "github-actions": + patterns: + - "*" # Group all GitHub Actions dependencies together schedule: - interval: "daily" + interval: "weekly" + day: "monday" + time: "09:00" + timezone: "Etc/UTC"