Renovate config is not correctly read on v30
Closed this issue · 1 comments
nadiamoe commented
As reported originally here: renovatebot/renovate#13054
Copypaste from my comment here: renovatebot/renovate#13054 (comment):
I believe this could be related to:
config: Renovate will now fail if RENOVATE_CONFIG_FILE is specified without a file extension
(https://github.com/renovatebot/renovate/releases/tag/30.0.0)
This should have been fixed here: #170
But unfortunately the line introduced in that PR will not be evaluated because the whole
env
section is guarded by another if:As a workaround, this can be specified in the
values.yml
env: RENOVATE_CONFIG_FILE: /usr/src/app/config.json