Files
haven/renovate.json
2026-09-02 19:59:56 -03:00

20 lines
408 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"managerFilePatterns": [
"/\\.yaml$/"
]
},
"packageRules": [
{
"description": "Skip local registry images (built by CI, not upstream deps)",
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"git.ivanch.me/**"
],
"enabled": false
}
]
}