From 143f97d0b5eb810c712bc73fccac3195cdec8173 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Thu, 20 Jun 2024 10:15:28 +0200 Subject: [PATCH] Group dependabot updates (#349) Group Dependabot rebase to reduce the number of PR. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96505a93..2d9be4fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: interval: "weekly" commit-message: prefix: "ci(dependabot):" + + groups: + github-actions: + patterns: + - "actions/*"