23 lines
457 B
JSON
23 lines
457 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,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"platformAutomerge": true
|
|
}
|
|
]
|
|
}
|