Skip to content

Commit a439fe4

Browse files
authored
Use lockfileMaintence for non-breaking changes (#7629)
1 parent 96c1fb1 commit a439fe4

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

renovate.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,29 @@
55
"prConcurrentLimit": 20,
66
"prHourlyLimit": 200,
77
"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+
},
819
"packageRules": [
920
{
1021
"matchUpdateTypes": ["patch"],
1122
"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"
1425
},
1526
{
1627
"matchUpdateTypes": ["minor", "patch"],
1728
"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"
2031
},
2132
{
2233
"description": "IGNORE: Windows 0.59 is pending on https://github.com/gfx-rs/wgpu/pull/6876",

0 commit comments

Comments
 (0)