diff --git a/renovate.json b/renovate.json index 1a787a45b9..31f3fa1bcd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,15 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "packageRules": [ - { - "description": "Update aap-ci tekton-catalog pipeline bundles", - "matchPackageNames": ["/^quay\\.io\\/aap-ci\\/tekton-catalog\\/pipeline\\//"], - "matchManagers": ["tekton"], - "automerge": true - } - ] -} + "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 + } + ] + } +} \ No newline at end of file