From 08e2cc25e4345314b1055c91b34fcb612843371a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:19:50 +0200 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b121bff..772a9742 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,10 @@ updates: interval: monthly assignees: - "ezio-melotti" - open-pull-requests-limit: 10 + groups: + pip: + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" @@ -16,4 +19,7 @@ updates: interval: monthly assignees: - "ezio-melotti" - open-pull-requests-limit: 10 + groups: + actions: + patterns: + - "*"