15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"kubernetes": {
|
|
"fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"]
|
|
},
|
|
"flux": {
|
|
"fileMatch": [
|
|
"infra/.+\\.yaml$",
|
|
"apps/.+\\.yaml$",
|
|
"gotk-components\\.ya?ml$"
|
|
]
|
|
},
|
|
"prHourlyLimit": 9
|
|
}
|