Skip to content

Commit f811f9e

Browse files
committed
Renovate configuration
1 parent cd35bd2 commit f811f9e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

renovate.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", "schedule:weekly"],
4+
"dependencyDashboard": true,
5+
"prConcurrentLimit": 20,
6+
"prHourlyLimit": 200,
7+
"labels": ["dependencies"],
8+
"packageRules": [
9+
{
10+
"matchUpdateTypes": ["patch"],
11+
"matchCurrentVersion": "<1.0.0",
12+
"groupName": "Minor Updates",
13+
"description": "Patch updates to 0.x.y crates are treated as compatible by cargo"
14+
},
15+
{
16+
"matchUpdateTypes": ["minor", "patch"],
17+
"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"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)