From de6c8b01445962895cf06040530a55a6633971f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 2 Dec 2025 10:38:45 +0100 Subject: [PATCH] MNT: give dependabot groups unique names --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d896703..c93306a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: cooldown: default-days: 7 groups: - patches: + gha-patches: update-types: - patch @@ -18,6 +18,6 @@ updates: cooldown: default-days: 7 groups: - patches: + uv.lock-patches: update-types: - patch