From 817acd44753c9d6f042e8a44275abe054631409b Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:11:27 +0300 Subject: [PATCH] Dependabot: grouped updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a52cad0..172e23c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: schedule: interval: monthly open-pull-requests-limit: 25 + groups: + dependencies: + patterns: + - "*" # Match all dependencies to one PR. - package-ecosystem: "github-actions" directory: "/" schedule: interval: monthly open-pull-requests-limit: 25 + groups: + ci-dependencies: + patterns: + - "*" # Match all dependencies to one PR.