From 8000e303c26993c405afef7a6ab28fda26f3c7be Mon Sep 17 00:00:00 2001 From: Bartosz Majsak Date: Tue, 21 Nov 2023 11:17:00 +0100 Subject: [PATCH] chore: changes k8s.io patter to handle all libs --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ecadef..bfb26be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,7 @@ updates: k8s-core: dependency-type: production patterns: - - "k8s.io/api" - - "k8s.io/apimachinery" - - "k8s.io/code-generator" + - "k8s.io/*" - package-ecosystem: "docker" directory: "/build"