diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-04 20:38:54 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-04 20:43:16 +0100 |
commit | 7c2baf3b52d897c54dcae54beb45c6143ee2782b (patch) | |
tree | 793d03c549fb7bcbdea4a30d63b83666edebc589 | |
parent | 5305e6a50bb09c0c95762f779bd861558958fd54 (diff) | |
download | nextcloud-server-fix/codeowner-nc-backend.tar.gz nextcloud-server-fix/codeowner-nc-backend.zip |
chore(CODEOWNERS): do not spam backenders with frontend PRs related to `dist/`fix/codeowner-nc-backend
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-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- |