Files
haven/renovate.json
T
2026-09-13 15:20:27 +00:00

21 lines
430 B
JSON

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