Gitlab AutoMerge Http Error 405 Method Not Allowed #33230
Replies: 1 comment 6 replies
-
I think I finally found my own answer after reading this https://docs.renovatebot.com/key-concepts/automerge/. After adding the following 2 configuration into
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Gitlab Premium v16.8.0-ee - RenovateBot/39.69.2
Please tell us more about your question or problem
As per the log below, i'm getting HttpError 405 when I use the
renovate.json
configuration below. If I switch to a different renovate.json as shown inrenovate2.json
the automerge were successful. What configuration am I missing here ? Also attached the Gitlab MR Screenshot. The different i see is that the one that successful actually run a stability pipeline. This also confirm the token used is valid and is able to perform merging. I confirm the PAT has all the permissions includingadmin
.renovate.json (Http error 405)
renovate2.json (Success)
Successful AutoMerge PR Screenshot
Unsuccessful AutoMerge PR Screenshot
Gitlab MR Configuration
I have disable
check pipeline succeed
so that MR should merge regardless of pipeline status.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions