@@ -151,6 +151,8 @@ This option _adds_ to the existing reviewer list, rather than _replacing_ it lik
151151Use ` additionalReviewers ` when you want to add to a preset or base list, without replacing the original.
152152For example, when adding focused reviewers for a specific package group.
153153
154+ Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
155+
154156## assignAutomerge
155157
156158By default, Renovate will not assign reviewers and assignees to an automerge-enabled PR unless it fails status checks.
@@ -2381,6 +2383,8 @@ In the case that a user is automatically added as reviewer (such as Renovate App
23812383}
23822384```
23832385
2386+ Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
2387+
23842388## ignoreScripts
23852389
23862390By default, Renovate will disable package manager scripts.
@@ -4176,6 +4180,8 @@ For example: if the username or team name is `bar` then you would set the config
41764180}
41774181```
41784182
4183+ Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
4184+
41794185## reviewersFromCodeOwners
41804186
41814187If enabled Renovate tries to determine PR reviewers by matching rules defined in a CODEOWNERS file against the changes in the PR.
@@ -4186,6 +4192,8 @@ Read the docs for your platform for details on syntax and allowed file locations
41864192- [ GitLab, Code Owners] ( https://docs.gitlab.com/ee/user/project/codeowners/ )
41874193- [ Bitbucket, Set up and use code owners] ( https://support.atlassian.com/bitbucket-cloud/docs/set-up-and-use-code-owners/ )
41884194
4195+ Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
4196+
41894197<!-- prettier-ignore -->
41904198!!! note
41914199 GitLab ` CODEOWNERS ` files with default owners are _ not_ supported. See [ #29202 ] ( https://github.com/renovatebot/renovate/issues/29202 ) .
0 commit comments