Skip to content

Commit d2564a1

Browse files
authored
ci: update renovate.json (#55)
* ci: update renovate.json * Update renovate.json
1 parent 268ae9d commit d2564a1

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"extends": ["config:recommended"],
3+
"labels": ["type: chore"],
34
"rangeStrategy": "replace",
5+
"forkProcessing": "enabled",
46
"packageRules": [
57
{
8+
"matchPackageNames": ["*"],
69
"semanticCommitType": "chore",
7-
"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"]
816
}
9-
],
10-
"forkProcessing": "enabled"
17+
]
1118
}

0 commit comments

Comments
 (0)