update renovate config

This commit is contained in:
Lee 2024-09-22 01:10:00 +01:00
parent 4124a297ba
commit d5ce4a6b9d

View File

@ -1,4 +1,21 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"] "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$"]
}
} }