From cbcea47a54199f340629f1ed6cf601196ddb24c2 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 9 Apr 2026 10:58:36 +0100 Subject: [PATCH] mesh-2816: update codeowners --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b9badf8..1165bfc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,12 @@ * @matt-mercer @nhsdigital/mesh-to-cloud-admins + +# unblock dependency and workflow files so dependabot PRs can be automatically approved and merged +pyproject.toml * +**/pyproject.toml * +poetry.lock * +requirements*.txt * +**/requirements*.txt * +package.json * +package-lock.json * +.github/workflows/*.yml * +.github/workflows/*.yaml *