From fd8df1003dde357eeabaef2975b689e9f9e8867c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 14 May 2025 22:27:25 +0200 Subject: [PATCH] chore: remove reviewers from dependendabot - its deprecated Instead make sure all PRs get a reviewer assigned. Also fixed an issue with the `dist/` folder as there is no automated PR adding dist files - it needs to be manually updated, so that a PR containing changes has to be reviewed properly! Signed-off-by: Ferdinand Thiessen --- .github/CODEOWNERS | 6 ++---- .github/dependabot.yml | 14 -------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 82f17762aab..9d244068282 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,11 +16,9 @@ *.ts @nextcloud/server-frontend # dependency management -package.json @nextcloud/server-dependabot +package.json @nextcloud/server-dependabot @nextcloud/server-frontend package-lock.json @nextcloud/server-dependabot - -# Compiled assets only - no owner set to not spam on automated dependency updates -/dist +/dist @nextcloud/server-dependabot # App maintainers /apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd0faec5366..e2af98a2739 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,8 +16,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" # Main composer (linting, testing, openapi) - package-ecosystem: composer @@ -37,8 +35,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" # Main master npm frontend dependencies - package-ecosystem: npm @@ -52,8 +48,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" @@ -76,8 +70,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" ignore: # only patch updates on stable branches - dependency-name: "*" @@ -97,8 +89,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" ignore: @@ -126,8 +116,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" ignore: # only patch updates on stable branches - dependency-name: "*" @@ -146,8 +134,6 @@ updates: labels: - "3. to review" - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" ignore: