Skip to content

Commit cde5edd

Browse files
chore(config): migrate config renovate.json
1 parent 38a8370 commit cde5edd

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

renovate.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,42 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", "schedule:weekly"],
3+
"extends": [
4+
"config:recommended",
5+
"schedule:weekly"
6+
],
47
"dependencyDashboard": true,
58
"prConcurrentLimit": 20,
69
"prHourlyLimit": 200,
7-
"labels": ["dependencies"],
10+
"labels": [
11+
"dependencies"
12+
],
813
"lockFileMaintenance": {
914
"enabled": true,
1015
"recreateWhen": "always",
11-
"rebaseStalePrs": true,
16+
"rebaseWhen": "behind-base-branch",
1217
"branchTopic": "Cargo.lock update",
1318
"commitMessageAction": "Update Cargo.lock",
14-
"schedule": ["before 4am on monday"],
19+
"schedule": [
20+
"before 4am on monday"
21+
],
1522
"prBodyDefinitions": {
1623
"Change": "All locks refreshed"
1724
}
1825
},
1926
"packageRules": [
2027
{
21-
"matchUpdateTypes": ["patch"],
28+
"matchUpdateTypes": [
29+
"patch"
30+
],
2231
"matchCurrentVersion": "<1.0.0",
2332
"enabled": false,
2433
"description": "Patch updates to 0.x.y crates are compatible and handled by lockFileMaintenance"
2534
},
2635
{
27-
"matchUpdateTypes": ["minor", "patch"],
36+
"matchUpdateTypes": [
37+
"minor",
38+
"patch"
39+
],
2840
"matchCurrentVersion": ">=1.0.0",
2941
"enabled": false,
3042
"description": "Minor and patch updates to x.y.z crates are compatible and handled by lockFileMaintenance"

0 commit comments

Comments
 (0)