Merge pull request 'Configure Renovate' (#2) from renovate/configure into fresh-start

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2025-03-25 23:41:34 +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
}