From 6f3453fce5167865a6cf56027d6becb28ec443bc Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 23 Jun 2023 00:59:20 +0900 Subject: [PATCH] Fix renovate for k8s libraries --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0c34628..5eb07a2 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,7 @@ "k8s.io/apimachinery", "k8s.io/client-go" ], - "matchUpdateTypes": ["major", "minor"], + "matchUpdateTypes": ["patch"], "enabled": false } ]