From 0bf54878a93b7c9908a123cb317cc33e671b8491 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Wed, 20 May 2026 13:53:19 +1000 Subject: Add grouping for GitHub Actions updates --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c932a9d..15402a0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + groups: + github-actions: + patterns: + - "*" # Groups ALL github-actions updates into one PR -- cgit v1.2.3