diff --git a/.tekton/fedora-bootc-42-iot-push.yaml b/.tekton/fedora-bootc-42-iot-push.yaml index 0de8c1a..87f0728 100644 --- a/.tekton/fedora-bootc-42-iot-push.yaml +++ b/.tekton/fedora-bootc-42-iot-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-42-iot-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-42-minimal-plus-push.yaml b/.tekton/fedora-bootc-42-minimal-plus-push.yaml index 59b3bd9..95d15a8 100644 --- a/.tekton/fedora-bootc-42-minimal-plus-push.yaml +++ b/.tekton/fedora-bootc-42-minimal-plus-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-42-minimal-plus-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-42-minimal-push.yaml b/.tekton/fedora-bootc-42-minimal-push.yaml index 545d4ec..0eb5902 100644 --- a/.tekton/fedora-bootc-42-minimal-push.yaml +++ b/.tekton/fedora-bootc-42-minimal-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-42-minimal-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-42-standard-push.yaml b/.tekton/fedora-bootc-42-standard-push.yaml index 4592738..bcb79a3 100644 --- a/.tekton/fedora-bootc-42-standard-push.yaml +++ b/.tekton/fedora-bootc-42-standard-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-42-standard-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-rawhide-iot-push.yaml b/.tekton/fedora-bootc-rawhide-iot-push.yaml index edcee18..befcdc5 100644 --- a/.tekton/fedora-bootc-rawhide-iot-push.yaml +++ b/.tekton/fedora-bootc-rawhide-iot-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-rawhide-iot-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-rawhide-minimal-plus-push.yaml b/.tekton/fedora-bootc-rawhide-minimal-plus-push.yaml index 0b39ba7..d9df794 100644 --- a/.tekton/fedora-bootc-rawhide-minimal-plus-push.yaml +++ b/.tekton/fedora-bootc-rawhide-minimal-plus-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-rawhide-minimal-plus-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-rawhide-minimal-push.yaml b/.tekton/fedora-bootc-rawhide-minimal-push.yaml index 292513c..585533e 100644 --- a/.tekton/fedora-bootc-rawhide-minimal-push.yaml +++ b/.tekton/fedora-bootc-rawhide-minimal-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-rawhide-minimal-push.yaml".pathChanged() || diff --git a/.tekton/fedora-bootc-rawhide-standard-push.yaml b/.tekton/fedora-bootc-rawhide-standard-push.yaml index 9340924..137e8e3 100644 --- a/.tekton/fedora-bootc-rawhide-standard-push.yaml +++ b/.tekton/fedora-bootc-rawhide-standard-push.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && ( + target_branch.matches("renovate/.*") || target_branch == "main" ) && ( ".tekton/fedora-bootc-rawhide-standard-push.yaml".pathChanged() || diff --git a/renovate.json b/renovate.json index 3b7b9cd..a7818c4 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "github>platform-engineering-org/.github" ], "dependencyDashboard": true, + "automergeType": "branch", "tekton": { "additionalBranchPrefix": "", "includePaths": [