renovate.json: enable kubernetes update handler
This commit is contained in:
parent
8986401675
commit
f87f57fc94
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
"argocd": {
|
||||
"fileMatch": ["^app-files/core-deployments\\.yaml$"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"enabled": true,
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["kube-prometheus-stack"],
|
||||
|
|
Loading…
Reference in a new issue