From 8f49544923450c711125b430f2f5b0774ee7d5cc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 18 Jan 2024 12:45:13 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15e494ec..4bd67e4c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,9 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + groups: + GitHub_Actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request schedule: - interval: "daily" + interval: weekly