Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tekton/run-atf-tests-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: name
value: aap-api-tests
- name: bundle
value: quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:50aadd6725a239ab53247deb7cf601d1163ceb1792792fd239a3f37d21a490d7
value: quay.io/aap-ci/tekton-catalog/pipeline/test/aap-api-tests:0.1@sha256:07e5080d0fd3053695beac8fb5d9bd2c7a6a1b52e79fe4833dec8e00e54ff861
- name: kind
value: pipeline
- name: secret
Expand Down
12 changes: 3 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
"$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
}
]
"enabled": true,
"automerge": true,
"schedule": ["0 */12 * * 1-5"]
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
}
Loading