From c57181f1a2015fdb238eeb2dc10d093c8f3fa2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 2 Sep 2026 08:33:02 +0200 Subject: [PATCH] Group all dependabot updates per ecosystem --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af6f695..80f5e07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: interval: monthly cooldown: default-days: 7 + groups: + composer-dependencies: + patterns: + - "*" - package-ecosystem: github-actions directories: @@ -19,6 +23,10 @@ updates: interval: monthly cooldown: default-days: 7 + groups: + github-actions-dependencies: + patterns: + - "*" - package-ecosystem: docker directories: @@ -28,3 +36,7 @@ updates: interval: monthly cooldown: default-days: 7 + groups: + docker-dependencies: + patterns: + - "*"