21 lines
620 B
JSON
21 lines
620 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"dependencyDashboard": true,
|
|
"timezone": "America/New_York",
|
|
"schedule": ["before 4am on Monday"],
|
|
"prConcurrentLimit": 5,
|
|
"kubernetes": {
|
|
"fileMatch": ["^clusters/noble/.+\\.yaml$"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Group minor/patch image bumps for noble Kubernetes manifests",
|
|
"matchManagers": ["kubernetes"],
|
|
"matchFileNames": ["clusters/noble/**"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "noble container images (minor/patch)"
|
|
}
|
|
]
|
|
}
|