Skip to content

Commit e629e2f

Browse files
Create renovate.json
1 parent ac0ac5b commit e629e2f

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

renovate.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"stabilityDays": 14,
4+
"prHourlyLimit": 5,
5+
"extends": [
6+
"config:recommended"
7+
],
8+
"additionalReviewers": [
9+
"@manuelmayer-dev"
10+
],
11+
"packageRules": [
12+
{
13+
"matchDatasources": [
14+
"node",
15+
"npm"
16+
],
17+
"enabled": false
18+
},
19+
{
20+
"matchDatasources": [
21+
"dotnet"
22+
],
23+
"groupName": "dotnet",
24+
"stabilityDays": 0
25+
},
26+
{
27+
"matchManagers": [
28+
"git-submodules"
29+
],
30+
"matchSourceUrlPrefixes": [
31+
"https://github.com/Sapd/HeadsetControl"
32+
],
33+
"groupName": "headsetcontrol",
34+
"stabilityDays": 3
35+
}
36+
]
37+
}

0 commit comments

Comments
 (0)