We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd35bd2 commit f811f9eCopy full SHA for f811f9e
renovate.json
@@ -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
19
+ "description": "Minor and patch updates to x.y.z crates are treated as compatible by cargo"
20
+ }
21
+ ]
22
+}
0 commit comments