From 080b83a66f31547afa9efd65109077c2ca84aabc Mon Sep 17 00:00:00 2001 From: Cameron Brooks Date: Wed, 10 Jun 2026 18:05:14 -0400 Subject: [PATCH] ci: group dependabot actions updates into single PR --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..5d10de6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "*" + commit-message: + prefix: "ci" + include: "scope"