Support git submodule filters #33157
Labels
core:git
Related to our git platform layer
priority-2-high
Bugs impacting wide number of users or very important features
status:in-progress
Someone is working on implementation
type:feature
Feature (new functionality)
Discussed in #33027
Originally posted by Kobzol December 10, 2024
Tell us more.
Hi! I'm a member of the Rust infra team, and I'd like to get renovatebot working on the https://github.com/rust-lang/rust repository, which hosts the Rust toolchain (compiler, standard library etc.), using the Forking Renovatebot GitHub app.
Currently, I'm facing two blockers:
For updating certain Rust lockfiles, we need to checkout submodules in the Rust repository. However, the repo has a lot of submodules, some of which are very large (e.g. LLVM or GCC). I tried to set
"cloneSubmodules": true
, but then the renovatebot job times out after thirty minutes.I wonder if it would be possible to either:
Thanks!
The text was updated successfully, but these errors were encountered: