From f03946eba668b9d272c684e91f3bb518ace18503 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 21 Nov 2024 22:58:33 +0530 Subject: [PATCH] fix(codeowners): add leading slash --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 69eb75c..af8b9e9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,5 +14,5 @@ # Renovate Bot approvals # Allow Kongponents BOT to approve dependency updates # These rules MUST remain at the bottom as the last entry -package.json @kongponents-bot @Kong/team-core-ui @ValeryG @vaibhavrajsingh2001 -pnpm-lock.yaml @kongponents-bot @Kong/team-core-ui @ValeryG @vaibhavrajsingh2001 +/package.json @kongponents-bot @Kong/team-core-ui @ValeryG @vaibhavrajsingh2001 +/pnpm-lock.yaml @kongponents-bot @Kong/team-core-ui @ValeryG @vaibhavrajsingh2001