From 9b8999a3a37baf51c5c4203a28c1bc452b97a45b Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 27 Jun 2024 13:49:29 -0700 Subject: [PATCH] update dependabot config Signed-off-by: Ivan Valdes --- .github/dependabot.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bb83a5aaed..018fddd2d44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,24 +8,28 @@ updates: - package-ecosystem: gomod directories: - - / - - /api - - /client/internal/v2 - - /client/pkg - - /client/v3 + - /tests - /etcdctl - - /etcdutl - /pkg - - /server - - /tests - - /tools/mod - /tools/rw-heatmaps + - /tools/mod - /tools/testgrid-analysis + - /etcdutl + - /client/pkg + - /client/v3 + - /client/internal/v2 + - /server + - /api + - / schedule: interval: daily allow: - dependency-type: all open-pull-requests-limit: 30 + groups: + weekly-updates: + patterns: + - "*" - package-ecosystem: docker directory: /