mend / renovate-ce-ee

Mend Renovate Documentation & Examples
https://www.mend.io/renovate/
Other
161 stars 56 forks source link

[Question] how to use renovate-approve with renovate-pro #95

Open huydinhle opened 4 years ago

huydinhle commented 4 years ago

I want to try out https://github.com/apps/renovate-approve with our renovate-pro setup. So far, it seems like renovate-approve doesn't seem to approve any of the renovate-pro PRs. Can you help me to debug this issue?

rarkins commented 4 years ago

What is your setup and how are you running the approve bot?

huydinhle commented 4 years ago

@rarkins I went here https://github.com/apps/renovate-approve and clicked configure then install it for my org. Then I add the repository that has renovate-pro already setup in there.

Renovate-approve didn't approve renovate-pro PR in that repository so I want to find out why

rarkins commented 4 years ago

Renovate approve is hardcoded to look for PRs from the main Renovate app only. Potentially we could extend it to allow self-hosted bots too, if there’s no unintended consequences. Otherwise the code is open source so you can also host your own approve bot.