From 6e602d9f156229aab988960ca56d61e33317fed1 Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Mon, 15 Jun 2026 13:43:46 -0500 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6bf2bdfc..4a40a518 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,15 +6,28 @@ updates: interval: "daily" cooldown: default-days: 7 + groups: + docker: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" cooldown: default-days: 7 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "nuget" directory: "/" schedule: interval: "daily" cooldown: default-days: 7 + groups: + nuget: + patterns: + - "*" +