From ca9dd4887c11f1124cfad09bbece052daceb0437 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 1 Dec 2024 14:33:10 +0100 Subject: [PATCH] chore: improve group names for dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32880ad..83f20c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - package-ecosystem: gomod directory: "/" groups: - all: + gomod: patterns: - "*" # Group all updates into a single larger pull request. schedule: @@ -17,7 +17,7 @@ updates: - package-ecosystem: github-actions directory: / groups: - all: + github-actions: patterns: - "*" # Group all updates into a single larger pull request. schedule: