homelab/renovate.json

22 lines
516 B
JSON
Raw Normal View History

2024-09-21 19:11:45 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-09-22 00:10:00 +00:00
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":semanticCommits",
":timezone(Europe/London)"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"flux": {
"fileMatch": ["\\.yaml$"]
},
"helm-values": {
"fileMatch": ["\\.yaml$"]
},
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
2024-09-21 19:11:45 +00:00
}