We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0ac5b commit e629e2fCopy full SHA for e629e2f
1 file changed
renovate.json
@@ -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
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