homelab/renovate.json
2024-09-22 01:19:41 +01:00

24 lines
569 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 🤖",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"flux": {
"fileMatch": ["\\.yaml$"]
},
"helm-values": {
"fileMatch": ["\\.yaml$"]
},
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}