simple-git upgrade prevents custom GIT_CONFIG_GLOBAL
#43642
Unanswered
marvin-roesch
asked this question in
Request Help
Replies: 1 comment 2 replies
-
|
What's the purpose of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
43.198.0
Please tell us more about your question or problem
We're running a self-managed instance of Renovate where we provide a custom Git config via the
GIT_CONFIG_GLOBALenvironment variable. We use this to set options likeinsteadOfrules etc. Unfortunately, after #43122 was merged and simple-git updated, this now causes the Renovate run to fail because theallowUnsafeConfigPathsoption is not set.#43268 set some of these unsafe flags, but not the one we'd require. Renovate should either set this unsafe flag additionally or expose these flags as a config option for self-hosted instances, so users may opt into these risky features consciously.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions