renovate error - Cannot read properties of undefined (reading 'map') #40677
-
How are you running Renovate?Self-hosted Renovate Which platform you running Renovate on?GitLab (.com or self-hosted) Which version of Renovate are you using?42.84.2 Please tell us more about your question or problemRenovate fails when processing a specific project in gitlab - Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is coming from here: renovate/lib/workers/repository/finalize/prune.ts Lines 133 to 135 in ab1afc4 In my case this happens when I use # merge the base branch config with the config from main branch
# to allow iteration on the config file
RENOVATE_USE_BASE_BRANCH_CONFIG: merge
# only needed for initial development (when there is no config yet on
# the main branch)
RENOVATE_BASE_BRANCH_PATTERNS: '["/^release\\/.*/"]'
RENOVATE_ONBOARDING: "false"in a Github Action where the default branch does not have |
Beta Was this translation helpful? Give feedback.
-
|
Fix PR -> #41928 |
Beta Was this translation helpful? Give feedback.
Fix PR -> #41928