From 05f13d748a865adf4941de61e5d63f260527a7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 30 Mar 2026 19:51:07 +0200 Subject: [PATCH] Group Doctrine workflow updates together We do very small releases, often touching only one workflow, which means it is unlikely to have several issues when attempting to bump several references to this repository. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15bd172..9e3e2c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: "weekly" labels: - "CI" + groups: + doctrine: + patterns: + - "doctrine/*"