From 009fa747e3bdd151d38ca2a82fb290e63af463b3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Mar 2026 06:45:47 +0100 Subject: [PATCH] chore: combine actions updates from docker/* they release as one anyway --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb9c8087b..bd168014b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -61,5 +61,7 @@ updates: groups: actions: patterns: - # Combine updates for github provided actions - "actions/*" + docker: + patterns: + - "docker/*"