mirror of
https://github.com/ansible/awx.git
synced 2026-06-11 09:56:20 -02:30
Signed-off-by: Ryan Williams <3375653+ryankwilliams@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
416 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
} |