Skip to content

Commit

Permalink
chore(KFLUXVNGD-140): renovate to ignore tekton-tools tasks
Browse files Browse the repository at this point in the history
The tasks that are maintained in tekton-tools are tracked by mintmaker
there and have additional specific test cases there.

We should let mintmaker update them rather than have renovate update
them here. The updated tasks are then automatically mirrored to this
repo.

Signed-off-by: Yftach Herzog <[email protected]>
  • Loading branch information
yftacherzog committed Dec 15, 2024
1 parent 117194c commit 08c3689
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@
"stepactions/eaas-get-ephemeral-cluster-credentials/**",
"stepactions/eaas-get-latest-openshift-version-by-prefix/**",
"stepactions/eaas-get-supported-ephemeral-cluster-versions/**",
"task/eaas-provision-space/**",
"task/provision-env-with-ephemeral-namespace/**"
"task/eaas-provision-space/**"
]
},
{
Expand Down Expand Up @@ -170,12 +169,15 @@
]
},
{
"groupName": "rpm-tasks",
"groupName": "tekton-tools-tasks",
"description": "Updated and verified in tekton-tools so should be ignored here",
"matchFileNames": [
"task/generate-odcs-compose/**",
"task/rpms-signature-scan/**",
"task/verify-signed-rpms/**"
]
"task/verify-signed-rpms/**",
"task/provision-env-with-ephemeral-namespace/**"
],
"enabled": false
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 08c3689

Please sign in to comment.