From befea645a764d9823d1a4a8f38cf43d5aa5736dd Mon Sep 17 00:00:00 2001 From: Oussama Date: Thu, 12 Dec 2024 15:55:36 +0100 Subject: [PATCH] chore: Add CODEOWNERS rule for yarn.lock and package.json to the Security team --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fde474c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Security + +**/yarn.lock @phantom/security +**/package.json @phantom/security \ No newline at end of file