-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.json
87 lines (87 loc) · 1.99 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"extends": [
"config:base"
],
"rangeStrategy": "auto",
"branchPrefix": "renovate_",
"semanticCommits": true,
"semanticCommitScope": "deps",
"labels": ["dependencies"],
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["security"]
},
"postUpdateOptions": [
"npmDedupe"
],
"lockFileMaintenance": {
"enabled": false
},
"masterIssue": true,
"masterIssueAutoclose": false,
"prHourlyLimit": 0,
"packageRules": [
{
"description": "Auto update non-major WebTorrent dependencies",
"packagePatterns": [
"^@webtorrent/",
"addr-to-ip-port",
"bencode",
"bittorrent-dht", "bittorrent-peerid", "bittorrent-protocol", "bittorrent-tracker", "bittorrent-lsd",
"chunk-store-stream",
"create-torrent",
"fs-chunk-store",
"immediate-chunk-store",
"lt_donthave",
"magnet-uri",
"memory-chunk-store",
"parse-torrent",
"queue-microtask",
"render-media",
"simple-get",
"simple-peer",
"simple-sha1",
"speedometer",
"string2compact",
"torrent-discovery",
"torrent-piece",
"ut_metadata",
"ut_pex",
"utp-native",
"webtorrent"
],
"stabilityDays": 0,
"updateTypes": ["minor", "patch"],
"groupName": "webtorrent",
"automerge": true
},
{
"description": "Auto update trusted non-major dev dependencies",
"packagePatterns": [
"^@babel/",
"chromecasts",
"date-fns",
"debug",
"depcheck",
"electron",
"electron-notarize",
"electron-packager",
"gh-release",
"husky",
"music-metadata",
"nodemon",
"plist",
"semantic-release",
"stylus",
"tape"
],
"stabilityDays": 1,
"updateTypes": ["minor", "patch"],
"automerge": true
},
{
"packageNames": ["node"],
"enabled": false
}
]
}