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 9
9
"enabledManagers" : [
10
10
" cargo"
11
11
],
12
+ "cloneSubmodules" : true ,
13
+ "cloneSubmodulesFilter" : [
14
+ " !src/llvm-project" ,
15
+ " !src/gcc"
16
+ ],
12
17
"forkProcessing" : " enabled" ,
13
18
"includePaths" : [
14
19
" library/**" ,
15
- " src/bootstrap/Cargo.toml"
20
+ " src/bootstrap/Cargo.toml" ,
21
+ " src/tools/rustbook/Cargo.toml"
16
22
],
17
23
"packageRules" : [{
18
24
"matchFileNames" : [" library/Cargo.toml" , " library/**/Cargo.toml" ],
22
28
"matchFileNames" : [" src/bootstrap/Cargo.toml" ],
23
29
"enabled" : true ,
24
30
"groupName" : " bootstrap Cargo.lock"
31
+ }, {
32
+ "matchFileNames" : [" src/tools/rustbook/Cargo.toml" ],
33
+ "enabled" : true ,
34
+ "groupName" : " rustbook Cargo.lock"
25
35
}],
26
36
"rangeStrategy" : " in-range-only" ,
27
37
"lockFileMaintenance" : {
You can’t perform that action at this time.
0 commit comments