mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 17:11:08 -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
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue