From f086c6121577cb9daa22218f9d682a847a5e3538 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 25 Nov 2024 16:47:43 +0900 Subject: [PATCH] Fix renovate config --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2889cea..7bb0303 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,10 @@ "extends": [ "config:base" ], - "ignoreDeps": [ - "k8s.io/*" + "packageRules": [ + { + "matchPackagePrefixes": ["k8s.io/"], + "enabled": false + } ] }