Files
home-cluster-ops/renovate.json

16 lines
297 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>3dwardch3ng/renovate-config"
],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
},
"helm-values": {
"fileMatch": ["\\.yaml$", "\\.yml$", "\\.sh$"]
},
"ignorePaths": [
"projects/"
]
}