Update .gitea/renovate.json5

This commit is contained in:
Angel Nunez Mencias 2024-11-19 23:48:00 +00:00
parent 6de1f5b698
commit eb3ee623ab

View file

@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>phoenix/renovate-config"
]
],
"flux": {
"fileMatch": [".+\\.ya?ml$"]
},
"helm-values": {
"fileMatch": [".+\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": [".+\\.ya?ml$"]
}
}