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