Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit baad577

Browse files
ci(Konflux): Disable npm konflux PRs (#588)
1 parent 68e852e commit baad577

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.tekton/policies-ui-frontend-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1212
== "master"
13-
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.32.0/pipelines/docker-build-oci-ta.yaml
13+
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.48.0/pipelines/docker-build-oci-ta.yaml
1414
creationTimestamp: null
1515
labels:
1616
appstudio.openshift.io/application: insights-policies

.tekton/policies-ui-frontend-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1111
== "master"
12-
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.32.0/pipelines/docker-build-oci-ta.yaml
12+
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.48.0/pipelines/docker-build-oci-ta.yaml
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: insights-policies

.tekton/policies-ui-frontend-sc-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1111
== "security-compliance"
12-
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.24.0/pipelines/docker-build-oci-ta.yaml
12+
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.48.0/pipelines/docker-build-oci-ta.yaml
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: insights-policies-sc

.tekton/policies-ui-frontend-sc-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1010
== "security-compliance"
11-
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.24.0/pipelines/docker-build-oci-ta.yaml
11+
pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.48.0/pipelines/docker-build-oci-ta.yaml
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: insights-policies-sc

renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@
66
".pre-commit-config.yaml"
77
],
88
"baseBranches": ["master"],
9+
"customManagers": [
10+
{
11+
"customType": "regex",
12+
"fileMatch": ["\\.tekton/.*\\.yaml$"],
13+
"matchStrings": [
14+
"RedHatInsights/konflux-pipelines/raw/v(?<currentValue>[\\d.]+)"
15+
],
16+
"depNameTemplate": "RedHatInsights/konflux-pipelines",
17+
"datasourceTemplate": "github-releases"
18+
}
19+
],
20+
"packageRules": [
21+
{
22+
"matchPackageNames": ["RedHatInsights/konflux-pipelines"],
23+
"matchUpdateTypes": ["minor", "patch"],
24+
"automerge": true
25+
},
26+
{
27+
"description": "Disable all npm dependency updates",
28+
"matchManagers": ["npm"],
29+
"enabled": false
30+
}
31+
],
932
"tekton": {
1033
"enabled": true,
1134
"packageRules": [

0 commit comments

Comments
 (0)