mirror of
https://github.com/nextcloud/server.git
synced 2025-07-22 18:25:45 +00:00
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 <opensource@fthiessen.de>
This commit is contained in:
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
@ -16,11 +16,9 @@
|
|||||||
*.ts @nextcloud/server-frontend
|
*.ts @nextcloud/server-frontend
|
||||||
|
|
||||||
# dependency management
|
# dependency management
|
||||||
package.json @nextcloud/server-dependabot
|
package.json @nextcloud/server-dependabot @nextcloud/server-frontend
|
||||||
package-lock.json @nextcloud/server-dependabot
|
package-lock.json @nextcloud/server-dependabot
|
||||||
|
/dist @nextcloud/server-dependabot
|
||||||
# Compiled assets only - no owner set to not spam on automated dependency updates
|
|
||||||
/dist
|
|
||||||
|
|
||||||
# App maintainers
|
# App maintainers
|
||||||
/apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz
|
/apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz
|
||||||
|
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -16,8 +16,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
|
|
||||||
# Main composer (linting, testing, openapi)
|
# Main composer (linting, testing, openapi)
|
||||||
- package-ecosystem: composer
|
- package-ecosystem: composer
|
||||||
@ -37,8 +35,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
|
|
||||||
# Main master npm frontend dependencies
|
# Main master npm frontend dependencies
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
@ -52,8 +48,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
# Disable automatic rebasing because without a build CI will likely fail anyway
|
# Disable automatic rebasing because without a build CI will likely fail anyway
|
||||||
rebase-strategy: "disabled"
|
rebase-strategy: "disabled"
|
||||||
|
|
||||||
@ -76,8 +70,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
ignore:
|
ignore:
|
||||||
# only patch updates on stable branches
|
# only patch updates on stable branches
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
@ -97,8 +89,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
# Disable automatic rebasing because without a build CI will likely fail anyway
|
# Disable automatic rebasing because without a build CI will likely fail anyway
|
||||||
rebase-strategy: "disabled"
|
rebase-strategy: "disabled"
|
||||||
ignore:
|
ignore:
|
||||||
@ -126,8 +116,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
ignore:
|
ignore:
|
||||||
# only patch updates on stable branches
|
# only patch updates on stable branches
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
@ -146,8 +134,6 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "3. to review"
|
- "3. to review"
|
||||||
- "feature: dependencies"
|
- "feature: dependencies"
|
||||||
reviewers:
|
|
||||||
- "nextcloud/server-dependabot"
|
|
||||||
# Disable automatic rebasing because without a build CI will likely fail anyway
|
# Disable automatic rebasing because without a build CI will likely fail anyway
|
||||||
rebase-strategy: "disabled"
|
rebase-strategy: "disabled"
|
||||||
ignore:
|
ignore:
|
||||||
|
Reference in New Issue
Block a user