From d2fb468287fa601465c130ef5897ca7b4c06118f Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Thu, 9 Jul 2026 13:44:55 -0400 Subject: [PATCH] Add dependabot grouping for GH actions --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b75367a..c7f4541 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,19 @@ updates: interval: "daily" time: "09:30" timezone: "America/Toronto" + groups: + github-official: + patterns: + - "actions/*" + update-types: + - "minor" + - "patch" + docker: + patterns: + - "docker/*" + update-types: + - "minor" + - "patch" pull-request-branch-name: separator: "/" commit-message: