From 269da2b56722f805b590d55dff27c321cc31045e Mon Sep 17 00:00:00 2001 From: Arno Stiefvater Date: Thu, 12 Oct 2023 11:37:40 +0200 Subject: [PATCH] Add grouping for github-actions dependabot updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..93c11d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,9 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "Deps" + groups: + actions: + patterns: + - "*"