From b1a2d751e41285539fd53a7732e0cd2f87a2f8c8 Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:04:56 +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..5b5231c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: schedule: interval: monthly open-pull-requests-limit: 25 + groups: + dev-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.