From 7e83fdb3b04bd3c76008b529e82d5917001256d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 1 Jul 2023 11:16:11 +0200 Subject: [PATCH] Group dependabot PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e21b3f7..2f025b2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: pull-request-branch-name: # Separate sections of the branch name with a hyphen separator: "-" + groups: + github_action-dependencies: + patterns: + - "*" + # As above, but for development-v6 - package-ecosystem: github-actions directory: "/" @@ -27,3 +32,8 @@ updates: pull-request-branch-name: # Separate sections of the branch name with a hyphen separator: "-" + groups: + github_action-dependencies: + patterns: + - "*" +