Is there a configuration option for fullClone? #30956
-
What would you like help with?Other How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitLab + Renovate image Please tell us more about your question or problemWhat the configuration option that corresponds with renovate/lib/util/git/index.ts Lines 417 to 422 in 65b4212 I checked configuration-options and self-hosted-configuration, I did not find any. I have a certain repository that gets cloned and then the scanning process shows a series of has no content debug messages for all the files:
I would like to test if changing the cloning mode could fix that. Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There is no such exposed configuration option today |
Beta Was this translation helpful? Give feedback.
After some further digging, I can tell this message had nothing to do with cloning the code.
It is logged at manager-files.ts#L71 and there is a message for every single file in the repository, because I have the custom aws-machine-image manager configured with
fileMatch: [".*"]
. This custom manager loads every file and failing to find any AMIs logs the messagehas no content
.