From 2a1898bb11c1f692a88227a73119880083c4df2a Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Mon, 1 Jun 2026 15:07:37 +0200 Subject: [PATCH] Add grouping for Dependabot updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e95786469..c4ac0cd8e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,8 @@ updates: directory: "/" schedule: interval: "weekly" + # Combine updates into single PR + groups: + everything: + patterns: + - "*" # Everything