From 4de666b5cd9f395fac9205e0f8f07efe960d4c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacio=20L=C3=B3pez=20Luna?= Date: Fri, 24 Oct 2025 16:54:07 +0200 Subject: [PATCH] chore(deps): organize dependabot groups for Go modules and GitHub Actions --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 01fffd341..60a7b2dc1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,7 +4,23 @@ updates: directory: / schedule: interval: weekly + groups: + go-modules-root: + patterns: + - "*" + - package-ecosystem: gomod + directory: /cmd/cli + schedule: + interval: weekly + groups: + go-modules-cli: + patterns: + - "*" - package-ecosystem: github-actions directory: / schedule: interval: weekly + groups: + github-actions: + patterns: + - "*"