Skip to content

Commit 98cba2c

Browse files
authored
renovate: Enable git submodule cloning (#41)
Some repositories use git submodules for vendored dependencies that are referenced in Cargo.toml files. Without initializing submodules, Renovate will fail to analyze these dependencies. Assisted-by: Claude Code (Sonnet 4.5) Signed-off-by: Colin Walters <[email protected]>
1 parent 702e005 commit 98cba2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate-shared-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"group:all",
1010
":preserveSemverRanges"
1111
],
12+
// Clone git submodules when analyzing repositories
13+
//
14+
// Some repositories use git submodules for vendored dependencies that are
15+
// referenced in Cargo.toml files. Without initializing submodules, Renovate
16+
// will fail to analyze these dependencies.
17+
"cloneSubmodules": true,
1218
// Rebase when there are merge conflicts
1319
//
1420
// The "conflicted" option is typically the ideal choice for most situations

0 commit comments

Comments
 (0)