From e80a0c94276a779f9c8d3c017a31fe4d57bf4cd7 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Fri, 13 Dec 2024 13:34:01 +0100 Subject: [PATCH] CODEOWNERS: EC owns pipelines/enterprise-contract Signed-off-by: Adam Cmiel --- CODEOWNERS | 1 + renovate.json | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index d2e69a6fe..f02c79814 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -48,6 +48,7 @@ /task/tkn-bundle @konflux-ci/ec /task/tkn-bundle-oci-ta @konflux-ci/ec /task/verify-enterprise-contract @konflux-ci/ec +/pipelines/enterprise-contract.yaml @konflux-ci/ec /.tekton/tasks/ec-checks.yaml @konflux-ci/ec # renovate groupName=integration diff --git a/renovate.json b/renovate.json index 98931fc93..648ef3f51 100644 --- a/renovate.json +++ b/renovate.json @@ -71,6 +71,7 @@ "groupName": "ec", "matchFileNames": [ ".tekton/tasks/ec-checks.yaml", + "pipelines/enterprise-contract.yaml", "task/tkn-bundle-oci-ta/**", "task/tkn-bundle/**", "task/verify-enterprise-contract/**"