Rust dependency update fails due to renovate bot not cloning submodules #33319
-
How are you running Renovate?A Mend.io-hosted app If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.No response Please tell us more about your question or problemUpdates to Cargo.toml get PRs, but the PRs say that the update failed. The error they report is due simply to renovate not having brought down submodules, because some crate dependencies are filled by submodule. Note that the dependency updated in the PR is not related to the submodule, except that nerdcash/Nerdbank.Cryptocurrencies#458 I even tried turning on submodule support and asking the PR to 'retry', but it still reports the failure. Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try setting cloneSubmodules=true |
Beta Was this translation helpful? Give feedback.
Try setting cloneSubmodules=true