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