From d26b91b3fe2030f1fcf9812025e4db5fd114ed29 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Mon, 27 Jul 2026 14:07:40 +0200 Subject: [PATCH] ci(deps): group dependabot updates (#13897) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebdb80423..3cad093a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,23 @@ updates: interval: "weekly" day: "sunday" labels: [] + groups: + gha-minor: + patterns: + - "*" + update-types: + - minor + - patch - package-ecosystem: "pip" directory: "/.github/workflows/dependencies" schedule: interval: "weekly" day: "sunday" labels: [] + groups: + py-minor: + patterns: + - "*" + update-types: + - minor + - patch