tenant-tpl/.forgejo/renovate.json5

15 lines
No EOL
287 B
Text

{
"$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$"]
}
}