diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..9d5ee49b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# App maintainers +* @ChristophWurst @kesselb diff --git a/REUSE.toml b/REUSE.toml index 65860f90..44949eda 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -58,3 +58,9 @@ path = ["img/app.svg", "img/app-dark.svg", "img/device-disabled.svg"] precedence = "aggregate" SPDX-FileCopyrightText = "2018-2024 Google LLC" SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ".github/CODEOWNERS" +precedence = "aggregate" +SPDX-FileCopyrightText = "2025 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" diff --git a/renovate.json b/renovate.json index 76a01572..73518636 100644 --- a/renovate.json +++ b/renovate.json @@ -40,7 +40,7 @@ "description": "Request JavaScript reviews", "matchManagers": ["npm"], "reviewers": [ - "st3iny", + "kesselb", "ChristophWurst" ] }, @@ -48,7 +48,7 @@ "description": "Request PHP reviews", "matchManagers": ["composer"], "reviewers": [ - "st3iny", + "kesselb", "ChristophWurst" ] }, @@ -57,7 +57,7 @@ "matchManagers": ["github-actions"], "extends": ["schedule:monthly"], "reviewers": [ - "st3iny", + "kesselb", "ChristophWurst" ] }, @@ -82,7 +82,7 @@ "3. to review" ], "reviewers": [ - "st3iny", + "kesselb", "ChristophWurst" ] },