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:
Ryan Williams
2026-06-02 09:34:55 -04:00
committed by GitHub
parent 4bdb11c2a6
commit c4c2779976

View File

@@ -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
}
]
}
} }