diff --git a/renovate.json b/renovate.json index a69f70157..42b413491 100644 --- a/renovate.json +++ b/renovate.json @@ -29,6 +29,11 @@ { "matchUpdateTypes": ["major"], "enabled": false + }, + { + "matchUpdateTypes": ["minor"], + "matchPackagePrefixes": ["k8s.io"], + "stabilityDays": 30 } ] }