From e816c5e8fa4b742a861db038173ef0a964d0b4c8 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Mon, 15 Sep 2025 15:53:44 +0200 Subject: [PATCH] ROX-30215: allow release managers to review Renovate bot PRs --- .github/CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4b4b30852c..639440f2ed 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,10 @@ RELEASED_VERSIONS.unsupported @stackrox/collector-team # The RHTAP maintainers for ACS review all changes related to the Konflux pipelines, such as new # pipelines, parameter changes or automated task updates as well as Dockerfile updates. # rhacs-bot auto-approves MintMaker PRs for automated task and security updates. -**/konflux.*Dockerfile @stackrox/rhtap-maintainers @rhacs-bot -/.tekton/ @stackrox/rhtap-maintainers @rhacs-bot -rpms.* @stackrox/rhtap-maintainers @rhacs-bot +# Unsuccessful auto-merges need to be fixed and approved by release managers. +**/konflux.*Dockerfile @stackrox/rhtap-maintainers @stackrox/release-mgmt @rhacs-bot +/.tekton/ @stackrox/rhtap-maintainers @stackrox/release-mgmt @rhacs-bot +rpms.* @stackrox/rhtap-maintainers @stackrox/release-mgmt @rhacs-bot + +# RHTAP maintainers review Renovate configuration. .github/renovate.json5 @stackrox/rhtap-maintainers