File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 99 "enabledManagers" : [
1010 " cargo"
1111 ],
12+ "cloneSubmodules" : true ,
13+ "cloneSubmodulesFilter" : [
14+ " !src/llvm-project" ,
15+ " !src/gcc"
16+ ],
1217 "forkProcessing" : " enabled" ,
1318 "includePaths" : [
1419 " library/**" ,
15- " src/bootstrap/Cargo.toml"
20+ " src/bootstrap/Cargo.toml" ,
21+ " src/tools/rustbook/Cargo.toml"
1622 ],
1723 "packageRules" : [{
1824 "matchFileNames" : [" library/Cargo.toml" , " library/**/Cargo.toml" ],
2228 "matchFileNames" : [" src/bootstrap/Cargo.toml" ],
2329 "enabled" : true ,
2430 "groupName" : " bootstrap Cargo.lock"
31+ }, {
32+ "matchFileNames" : [" src/tools/rustbook/Cargo.toml" ],
33+ "enabled" : true ,
34+ "groupName" : " rustbook Cargo.lock"
2535 }],
2636 "rangeStrategy" : " in-range-only" ,
2737 "lockFileMaintenance" : {
You can’t perform that action at this time.
0 commit comments