From 7989f279715702996904e46a84e92675ba146e20 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Wed, 11 Dec 2024 13:48:32 +0100 Subject: [PATCH] CODEOWNERS: EC owns .tekton/tasks/ec-checks.yaml Signed-off-by: Adam Cmiel --- CODEOWNERS | 1 + renovate.json | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 3997eb7e29..d2e69a6fe1 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 +/.tekton/tasks/ec-checks.yaml @konflux-ci/ec # renovate groupName=integration /task/clair-scan @konflux-ci/integration-service-maintainers diff --git a/renovate.json b/renovate.json index 087c24875a..98931fc932 100644 --- a/renovate.json +++ b/renovate.json @@ -70,6 +70,7 @@ { "groupName": "ec", "matchFileNames": [ + ".tekton/tasks/ec-checks.yaml", "task/tkn-bundle-oci-ta/**", "task/tkn-bundle/**", "task/verify-enterprise-contract/**"