Onboarding seems to fail due to missing config #44105
-
How are you running Renovate?None Which platform you running Renovate on?GitLab (.com or self-hosted) Which version of Renovate are you using?43.233.0 Please tell us more about your question or problemHello, It seems that the PR #44098 unfortunately breaks the onboarding process: After some investing, I saw that the Logs (if relevant)Logs (version 43.232.1)Logs (version 43.232.0) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
This looks like a regression from #44098 / 43.233.x, not a GitLab API problem. The stack trace points at onboarding PR generation: config.productLinks!.homepageSo Renovate is building the onboarding PR body, but Short-term workarounds:
{
"productLinks": {
"homepage": "https://docs.renovatebot.com/",
"documentation": "https://docs.renovatebot.com/"
}
}The actual code fix should probably avoid the non-null assertion and use |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I tried adding the suggestion above in our config.js. But this does not work
The only solution for now is pinning Renovate to 43.232.0. |
Beta Was this translation helpful? Give feedback.
-
|
4.234.1 seems to have fixed this issue, thank you! |
Beta Was this translation helpful? Give feedback.
4.234.1 seems to have fixed this issue, thank you!