From ebcd996c6959a293851034ee1560706efe6f829a Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 14 Jan 2024 19:49:56 +0100 Subject: [PATCH] Group dependencies on dependabot updates (#2212) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9038ca11..2e5813738 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + python-packages: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: