diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8e128c7..9f1d752 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,6 @@ # Require approvals by the owners team when updating dependencies or package metadata. package.json @stylelint/owners + +# Require approvals by the owners team when updating npm configuration. +.npmrc @stylelint/owners