Initial commit

This commit is contained in:
Phoenix Group 2025-04-10 11:39:06 +00:00
commit 3090bae888
12 changed files with 270 additions and 0 deletions

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