From c59526d41f5155820e5ec46fcf065b9390ae604c Mon Sep 17 00:00:00 2001 From: Bill ONeill <1393558+woneill@users.noreply.github.com> Date: Fri, 8 May 2026 18:10:11 -0400 Subject: [PATCH] chore: tailor CODEOWNERS for Dependabot (engineering-platform) Co-authored-by: Cursor --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..182e4f0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Dependabot dependency manifests — @vantage-sh/engineering-platform +# Tailored from .github/dependabot.yml + repo manifests (ecosystems: github-actions, pip). +/.github/workflows/**/* @vantage-sh/engineering-platform +/Pipfile @vantage-sh/engineering-platform +/Pipfile.lock @vantage-sh/engineering-platform +/poetry.lock @vantage-sh/engineering-platform +/pyproject.toml @vantage-sh/engineering-platform +/requirements.txt @vantage-sh/engineering-platform