File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 5
5
"prConcurrentLimit" : 20 ,
6
6
"prHourlyLimit" : 200 ,
7
7
"labels" : [" dependencies" ],
8
+ "lockFileMaintenance" : {
9
+ "enabled" : true ,
10
+ "recreateWhen" : " always" ,
11
+ "rebaseStalePrs" : true ,
12
+ "branchTopic" : " Cargo.lock update" ,
13
+ "commitMessageAction" : " Update Cargo.lock" ,
14
+ "schedule" : [" before 4am on monday" ],
15
+ "prBodyDefinitions" : {
16
+ "Change" : " All locks refreshed"
17
+ }
18
+ },
8
19
"packageRules" : [
9
20
{
10
21
"matchUpdateTypes" : [" patch" ],
11
22
"matchCurrentVersion" : " <1.0.0" ,
12
- "groupName " : " Minor Updates " ,
13
- "description" : " Patch updates to 0.x.y crates are treated as compatible by cargo "
23
+ "enabled " : false ,
24
+ "description" : " Patch updates to 0.x.y crates are compatible and handled by lockFileMaintenance "
14
25
},
15
26
{
16
27
"matchUpdateTypes" : [" minor" , " patch" ],
17
28
"matchCurrentVersion" : " >=1.0.0" ,
18
- "groupName " : " Minor Updates " ,
19
- "description" : " Minor and patch updates to x.y.z crates are treated as compatible by cargo "
29
+ "enabled " : false ,
30
+ "description" : " Minor and patch updates to x.y.z crates are compatible and handled by lockFileMaintenance "
20
31
},
21
32
{
22
33
"description" : " IGNORE: Windows 0.59 is pending on https://github.com/gfx-rs/wgpu/pull/6876" ,
You can’t perform that action at this time.
0 commit comments