diff options
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7695f300785..5640a39e130 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,6 +15,13 @@ *.js @nextcloud/server-frontend *.ts @nextcloud/server-frontend +# dependency management +package.json @nextcloud/server-dependabot +package-lock.json @nextcloud/server-dependabot + +# Compiled assets only - no owner set to not spam on automated dependency updates +/dist + # App maintainers /apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz /apps/cloud_federation_api/appinfo/info.xml @mejo- |