From fce095a3a148388d636cbe6a8acd12574bbd6b93 Mon Sep 17 00:00:00 2001 From: Lukas Wolfsteiner Date: Tue, 30 Jun 2026 16:33:48 +0200 Subject: [PATCH] feat: Group GitHub Actions dependency update PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6fc341..123b447 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,7 @@ updates: multi-ecosystem-group: "dependencies" labels: - "dependencies" + groups: + actions-deps: + patterns: + - "*" \ No newline at end of file