mirror of
https://github.com/ansible/awx.git
synced 2026-06-26 08:58:03 -02:30
fix: invalid renovate config to bump tekton pipeline bundles (#16472)
Signed-off-by: Ryan Williams <3375653+ryankwilliams@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"packageRules": [
|
"enabledManagers": ["tekton"],
|
||||||
{
|
"tekton": {
|
||||||
"description": "Update aap-ci tekton-catalog pipeline bundles",
|
"schedule": ["0 * * * *"],
|
||||||
"matchPackageNames": ["/^quay\\.io\\/aap-ci\\/tekton-catalog\\/pipeline\\//"],
|
"packageRules": [
|
||||||
"matchManagers": ["tekton"],
|
{
|
||||||
"automerge": true
|
"description": "Update aap-ci tekton-catalog pipeline bundles",
|
||||||
}
|
"matchPackageNames": ["/^quay\\.io\\/aap-ci\\/tekton-catalog\\/pipeline\\/"],
|
||||||
]
|
"matchManagers": ["tekton"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user