mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-09 03:18:34 -05: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",
|
"groupName": "K8s version independent containers",
|
||||||
"prPriority": 15
|
"prPriority": 15
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
|
"^k8s.io/client-go"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchLanguages": [
|
"matchLanguages": [
|
||||||
"python",
|
"python",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user