File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"schedule" : " at any time" ,
4
4
"dependencyDashboard" : true ,
5
- "branchPrefix " : " renovatebot/ " ,
5
+ "prHourlyLimit " : 0 ,
6
6
"enabledManagers" : [
7
7
" cargo"
8
8
],
9
9
"forkProcessing" : " enabled" ,
10
10
"includePaths" : [
11
- " library/**"
11
+ " src/tools/rustbook/Cargo.toml" ,
12
+ " src/bootstrap/Cargo.toml"
12
13
],
14
+ "packageRules" : [{
15
+ "matchFileNames" : [" src/tools/rustbook/Cargo.toml" ],
16
+ "enabled" : true ,
17
+ "groupName" : " rustbook Cargo.lock"
18
+ }, {
19
+ "matchFileNames" : [" src/bootstrap/Cargo.toml" ],
20
+ "enabled" : true ,
21
+ "groupName" : " bootstrap Cargo.lock"
22
+ }],
13
23
"rangeStrategy" : " in-range-only" ,
14
24
"lockFileMaintenance" : {
15
25
"enabled" : true ,
You can’t perform that action at this time.
0 commit comments