From 3013c71d282a4cd89d673a137567061a01066b57 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Tue, 7 Jul 2026 21:07:31 +0200 Subject: [PATCH] chore: group github actions updates --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6096a4..21a820a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: / schedule: interval: monthly + groups: + github-actions: + patterns: + - "*" - package-ecosystem: npm directory: / @@ -14,4 +18,4 @@ updates: open-pull-requests-limit: 10 ignore: - dependency-name: "*" - update-types: ["version-update:semver-major"] \ No newline at end of file + update-types: ["version-update:semver-major"]