Configuring core.hooksPath is not permitted without enabling allowUnsafeHooksPath #42628
-
How are you running Renovate?A Mend.io-hosted app Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?43.116.1 Please tell us more about your question or problemRenovate fails to run, retry changes nothing. Last successful run was using 43.110.2 Looks like #42588 may have ingested changes to the simple-git handling of Logs (if relevant)https://developer.mend.io/github/element-hq/element-web/-/job/7458d9b8-04ce-479a-8059-933fd1afc3e3 Logs |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
We also run into this. Is this a renovate bug or something we need to take action on? |
Beta Was this translation helpful? Give feedback.
-
|
Experiencing the same issue.
Probably just needs unsafe: { allowUnsafeHooksPath: true } in simpleGitConfig() (https://github.com/renovatebot/renovate/blob/main/lib/util/git/config.ts)? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting! I'd triggered a release of the CLI version across the Dev Platform about an hour ago, which is why this has suddenly popped up I'm rolling the change back now |
Beta Was this translation helpful? Give feedback.
-
|
Hit the same issue on our repo — last successful run was 43.110.2, started failing on 43.116.1. We also opened #42632 before finding this discussion. Confirmed working again after the rollback. Thanks for the fast turnaround @jamietanna! |
Beta Was this translation helpful? Give feedback.
Thanks for reporting! I'd triggered a release of the CLI version across the Dev Platform about an hour ago, which is why this has suddenly popped up
I'm rolling the change back now