I use renovate
in GitLab to automate merge requests.
The issue is that I am myself the author of the merge requests.
How to set renovate bot as merge request author, in order to allow me to merge them?
I saw assignees
field in renovate.json, but what value shall I set?
I guess you've generated a Personal Access Token and Renovate is using it?
You should either:
assignees
would be the assignees of the MR, not the commit/MR author.