From 3676694d3f4c3f28a66d119986f27fcb3a6c5406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20He=C3=9Felmann?= Date: Tue, 7 Jan 2025 00:17:47 +0100 Subject: [PATCH] fix: dependabot directory tools path --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8d1445428..449330849 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -21,7 +21,7 @@ updates: patterns: - "k8s.io/*" - package-ecosystem: 'gomod' - directory: 'tools-import' + directory: 'tool-imports' schedule: interval: 'weekly' day: 'wednesday'