move renovate file

This commit is contained in:
Angel Nunez Mencias 2025-02-10 00:58:48 +01:00
parent 502a31978c
commit 27b735d1ad
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg

16
renovate.json5 Normal file
View file

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