We are using Renovate to keep our dependencies up to date. Our code is hosted in BitBucket cloud. I have added a reviewers configuration to the renovate.json but it doesn't add any reviewers to the PRs that it creates.
For the reviewers I have tried using: email address, BitBucket username, BitBucket user ID. None of these works. Example subset of renovate.json is below.
"enabledManagers": ["npm", "nuget"],
"reviewers": [
"bb_username"
],
The logs don't mention anything about reviewers.
Does this functionality work with BitBucket and if so, how should it be configured.