From b8802546bd709c2457b9adf37ae6a0401e3d30a3 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Wed, 21 May 2025 15:09:26 +0200 Subject: [PATCH] github: Group all Github action updates in a single Dependabot PR once a week --- .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"