Auto-Approval for Azure DevOps integration #8303
Unanswered
dannyyy
asked this question in
Request Help
Replies: 1 comment
-
No, renovate will never approve his own pr. You need something else or disable approval for renovate user account. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our Azure DevOps project we have on all repositories a branch policy to protect the master branch. The policy requires at least one approval from someone who is part of a certain list. For the repository who needs auto-merge, we are able to weaken the policy to allow self-approval.
Is there a configuration setting in renovate to apply a self-approval? Actually the same as the azureAutoComplete attribute, just for the approval. Then we could implement something like:
For GitHub users I've seen that there is another integration ( github.com/apps/renovate-approve) just for that purpose.
Beta Was this translation helpful? Give feedback.
All reactions