mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
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:
parent
92a17bcc69
commit
e76a87fcfc
@ -131,6 +131,15 @@
|
||||
"groupName": "K8s version independent containers",
|
||||
"prPriority": 15
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"^k8s.io/client-go"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchLanguages": [
|
||||
"python",
|
||||
|
Loading…
Reference in New Issue
Block a user