From 922fc3c504293aff95bcc7191e048b2f30e89ccf Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Mon, 1 Jun 2026 13:26:30 +0200 Subject: [PATCH] Configure Dependabot to group updates Add grouping for Dependabot updates to combine into a single PR. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5e7fb7..4e5d64d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + # Combine updates into single PR + groups: + everything: + patterns: + - "*" # Everything