From dfd6d08796e516ac9e0a0530036583136c21c643 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Mon, 6 Jul 2026 19:10:36 +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 a6096a49..21a820a7 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"]