From 1aaa9715b80439cca8820412e536f1e9c25d12e1 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 10 Mar 2026 19:11:41 -0500 Subject: [PATCH] Group docker actions --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2bca8f7..159df8f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,9 @@ updates: schedule: interval: weekly groups: + docker: + patterns: + - "docker/*" patches: patterns: - "*"