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/**"