From e552a8e8ed5a3301f2c738303d04a42148655e91 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Mon, 19 May 2025 19:13:29 +0200 Subject: [PATCH] chore: group etcd dependency updates Signed-off-by: Mark Sagi-Kazar --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2d03cf38..f66cc187 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,6 +7,10 @@ updates: - "area/dependencies" schedule: interval: "daily" + groups: + etcd: + patterns: + - "go.etcd.io/*" - package-ecosystem: "gomod" directory: "/api/v2"