From e2385e3c36d7ba32392f92e96211a3f31d4acdcd Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Wed, 4 Dec 2024 16:12:13 -0800 Subject: [PATCH] break tools/mod dependabot config Signed-off-by: Ivan Valdes --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 018fddd2d44..0f8306892b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,6 @@ updates: - /etcdctl - /pkg - /tools/rw-heatmaps - - /tools/mod - /tools/testgrid-analysis - /etcdutl - /client/pkg @@ -31,6 +30,17 @@ updates: patterns: - "*" + - package-ecosystem: gomod + directory: /tools/mod + schedule: + interval: daily + allow: + - dependency-type: direct + groups: + tools-mod: + patterns: + - "*" + - package-ecosystem: docker directory: / schedule: