homelab/renovate.json
2024-09-22 00:13:44 +00:00

23 lines
498 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":semanticCommits",
":disableRateLimiting",
":skipStatusChecks",
":timezone(Europe/London)"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"flux": {
"fileMatch": ["\\.yaml$"]
},
"helm-values": {
"fileMatch": ["\\.yaml$"]
},
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}