Files
awx/renovate.json
2026-06-02 15:34:55 +02:00

15 lines
416 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": ["tekton"],
"tekton": {
"schedule": ["0 * * * *"],
"packageRules": [
{
"description": "Update aap-ci tekton-catalog pipeline bundles",
"matchPackageNames": ["/^quay\\.io\\/aap-ci\\/tekton-catalog\\/pipeline\\/"],
"matchManagers": ["tekton"],
"automerge": true
}
]
}
}