There was an error while loading. Please reload this page.
1 parent 268ae9d commit d2564a1Copy full SHA for d2564a1
1 file changed
renovate.json
@@ -1,11 +1,18 @@
1
{
2
"extends": ["config:recommended"],
3
+ "labels": ["type: chore"],
4
"rangeStrategy": "replace",
5
+ "forkProcessing": "enabled",
6
"packageRules": [
7
8
+ "matchPackageNames": ["*"],
9
"semanticCommitType": "chore",
- "matchPackageNames": ["*"]
10
+ "minimumReleaseAge": "3 days"
11
+ },
12
+ {
13
+ "description": "Group windows-rs crates",
14
+ "groupName": "windows-rs crates",
15
+ "matchSourceUrls": ["https://github.com/microsoft/windows-rs"]
16
}
- ],
- "forkProcessing": "enabled"
17
+ ]
18
0 commit comments