From 920afd7f8f2912a4c3878a9cd2da5ca49e8830f5 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Tue, 14 Jan 2025 13:25:22 +0000 Subject: [PATCH] add tool/mod into dependabot.yml and group bumping go.etcd.io/* dependencies Signed-off-by: Benjamin Wang --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c97df4b..61735b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,16 @@ updates: onsi: patterns: - "github.com/onsi/*" + etcd: + patterns: + - "go.etcd.io/*" + +- package-ecosystem: gomod + directory: /tools/mod # Not linked from /go.mod + schedule: + interval: weekly + allow: + - dependency-type: direct - package-ecosystem: "docker" directory: "/"