From 13622e917ac165cf466bdcd4763e7156d5902743 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Mon, 27 Jul 2026 12:12:54 +0200 Subject: [PATCH] fix(ci): group up dependabot updates --- .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