From 891e31952b668bf4144b79b756d3dbf216f1c7b5 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Sun, 7 Sep 2025 21:11:55 +0300 Subject: [PATCH] chore: replace dependabot reviewer with codeowners file (#4394) --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..c3d3ae4d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# This file is used to define code owners for the repository. +# Code owners are automatically requested for review when someone opens a pull request that modifies code they own. + +# Assign @qwerty541 as the owner for package.json and package-lock.json +package.json @qwerty541 +package-lock.json @qwerty541