From 63a195d9d1dc05951443720e1397bedd11a4008e Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Wed, 15 Apr 2026 16:24:44 -0400 Subject: [PATCH] Update dependabot configuration to support multiple gomod directories --- .github/dependabot.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00ed21d17..557272561 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,17 @@ version: 2 updates: - package-ecosystem: gomod - directory: "/" + directories: + - / + - /k8s + - /test schedule: interval: daily - open-pull-requests-limit: 10 + groups: + gomod: + patterns: + - "*" + group-by: dependency-name - package-ecosystem: "github-actions" directory: "/" schedule: