From a7b6d575618a50cb65851edf36bd2de3892bccf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 26 Mar 2026 21:14:05 +0100 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 9d8c710c..ef157d57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: labels: - "CI" target-branch: "3.4.x" + groups: + doctrine: + patterns: + - "doctrine/*"