Configure Renovate #2

Merged
Lumpiasty merged 4 commits from renovate/configure into fresh-start 2025-03-25 23:41:35 +00:00

10
renovate.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"fileMatch": ["\\.yaml$"]
},
"flux": {
"fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"]
},
"prHourlyLimit": 9
}