From fc37b9983d9fdd2d6efd450613c45bbce614d9d7 Mon Sep 17 00:00:00 2001 From: Andreas <38031952+AnHeuermann@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:57:37 +0100 Subject: [PATCH] Add grouping configuration for GitHub Actions updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfd0e30..a214801 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: schedule: # Check for updates to GitHub Actions every week interval: "weekly" + groups: + github-actions: + patterns: + - "*"