aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2025-03-04 22:01:57 +0100
committerGitHub <noreply@github.com>2025-03-04 22:01:57 +0100
commit850c0a26bd42e37b5c140d5b74066aaf8e74ae35 (patch)
tree7c41fb82562dc03a3a84018ea4e59ae35f5a5068
parentf09611dbc81ccd5235af7558afd08e30483a74b2 (diff)
parent7c2baf3b52d897c54dcae54beb45c6143ee2782b (diff)
downloadnextcloud-server-850c0a26bd42e37b5c140d5b74066aaf8e74ae35.tar.gz
nextcloud-server-850c0a26bd42e37b5c140d5b74066aaf8e74ae35.zip
Merge pull request #51246 from nextcloud/fix/codeowner-nc-backend
chore(CODEOWNERS): do not spam backenders with frontend PRs related to `dist/`
-rw-r--r--.github/CODEOWNERS7
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-