From 6171c9055413747121d0fd38a7ddc2fd5496c3b8 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 7 Nov 2025 19:46:18 +0900 Subject: [PATCH] Add groups and limit for GitHub Actions updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c01dee8..37307463 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,8 @@ updates: directory: "/" schedule: interval: monthly + groups: + github-actions: + patterns: + - "*" + open-pull-requests-limit: 2