mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-27 09:14:35 +01:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
{
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable kubernetes-api",
|
|
"matchManagers": ["kubernetes"],
|
|
"matchDatasources": ["kubernetes-api"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|