Closed vegerot closed 4 years ago
remove the update type grom group name, as renovate will autoadd it to pr title
@viceice will this also make the automerge start working?
you need to check the debug logs for the cause
Thanks! How can I check the logs in a privately hosted GitLab instance?
One of these two answers is incorrect:
@rarkins my apologies. When I click on the user that opened the MR I see . And when I click on the repo I see
Which is why I thought we were using WhiteSource Renovate.
No problem. But in that case you'll need to retrieve the logs from wherever it's run. And I recommend running with LOG_LEVEL=debug in env it --log-level=debug in CLI to capture the debug logs you'll need
I don't think I have easy access to the logs. In either case, can you see anything wrong with
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"separateMinorPatch": true,
"packageRules": [
{
"depTypeList": ["devDependencies"],
"updateTypes": ["patch"],
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"updateTypes": ["minor"],
},
{
"depTypeList": ["dependencies"],
"updateTypes": ["patch"],
}
]
}
When it comes to the format of the config? If you can't find anything with the auto merge from this, I will have to see about getting those logs.
Thanks!
nope, config seems correct, most of the time automerge is failing because of branch protections
Can you take a screenshot of the PR details? It will say if it's configured to automerge or not
It does say it should AutoMerge
Automerge don't work if pr needs approval!
Oh, thanks! Did not notice that! Is there a way to let Renovate approve itself for patch updates?
nope, you need something else. for github we have an auto-approve-bot
Thank you!
Which Renovate are you using?
WhiteSource Renovate App
Which platform are you using?
GitLab self-hosted
What would you like to do?
I want to:
This is the config I wrote to do this:
This is what the result looks like: