deps: disable major upgrades for k8s.io/client-go

There are older versions tagged like v12.0.0, but latest version
is v.0.25.4.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-24 16:02:09 +01:00
parent 92a17bcc69
commit e76a87fcfc

View File

@ -131,6 +131,15 @@
"groupName": "K8s version independent containers",
"prPriority": 15
},
{
"matchPackageNames": [
"^k8s.io/client-go"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"matchLanguages": [
"python",