From 3b83fe009e2cf781c72291e3ee3ecad4168462b9 Mon Sep 17 00:00:00 2001 From: Waldemar Znoinski Date: Fri, 10 Apr 2026 13:46:08 +0100 Subject: [PATCH 1/2] add renovate.json --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..2bda1f51 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>red-hat-data-services/konflux-central//renovate/pipelines-renovate.json5" + ] +} From 387948a91d94c61e779533cd3fc5c0d089f6028e Mon Sep 17 00:00:00 2001 From: Waldemar Znoinski Date: Fri, 10 Apr 2026 15:33:24 +0100 Subject: [PATCH 2/2] don't trigger pull request pipeline on every PR --- .tekton/odh-ai-gateway-payload-processing-pull-request.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tekton/odh-ai-gateway-payload-processing-pull-request.yaml b/.tekton/odh-ai-gateway-payload-processing-pull-request.yaml index b2eac5eb..a8b7cf24 100644 --- a/.tekton/odh-ai-gateway-payload-processing-pull-request.yaml +++ b/.tekton/odh-ai-gateway-payload-processing-pull-request.yaml @@ -8,8 +8,6 @@ metadata: build.appstudio.redhat.com/pull_request_number: "{{pull_request_number}}" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-comment: "^/build-konflux odh-ai-gateway-payload-processing" - pipelinesascode.tekton.dev/on-target-branch: "[{{target_branch}}]" - pipelinesascode.tekton.dev/on-event: "[pull_request]" pipelinesascode.tekton.dev/cancel-in-progress: "true" labels: appstudio.openshift.io/application: automation