From b836d3850b6f10f43ccdeee6201ccbe6d92286ca Mon Sep 17 00:00:00 2001 From: Todd Short Date: Thu, 6 Aug 2026 16:10:12 -0400 Subject: [PATCH] ci: add dependabot config for nested Go modules Adds dependabot entries for the two nested go.mod files that were not previously tracked, which caused version drift and CI failures when the root module was bumped but the nested modules were not. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4f8143928..21b1c38be2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,22 @@ updates: patterns: - "k8s.io/*" - "sigs.k8s.io/*" + - package-ecosystem: "gomod" + directory: "/hack/ci/custom-linters/analyzers/testdata" + schedule: + interval: "daily" + cooldown: + default-days: 14 + commit-message: + prefix: ":seedling:" + - package-ecosystem: "gomod" + directory: "/hack/tools/test-profiling" + schedule: + interval: "daily" + cooldown: + default-days: 14 + commit-message: + prefix: ":seedling:" - package-ecosystem: "pip" directory: "/" schedule: