-
Notifications
You must be signed in to change notification settings - Fork 10
/
renovate.json
63 lines (63 loc) · 1.37 KB
/
renovate.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
{
"extends": [
"config:base",
"schedule:weekly"
],
"masterIssue": true,
"packageRules": [
{
"packagePatterns": ["^@angular"],
"groupName": "Angular Core Packages"
},
{
"packagePatterns": ["jest"],
"groupName": "Jest Packages"
},
{
"packagePatterns": ["^@nrwl"],
"groupName": "NRWL Packages"
},
{
"packagePatterns": ["^@semantic-release"],
"groupName": "SemanticRelease Packages"
},
{
"packagePatterns": ["^@terminus"],
"groupName": "Terminus Packages"
},
{
"packagePatterns": ["^text-mask"],
"groupName": "TextMask Packages"
},
{
"packagePatterns": ["gulp"],
"groupName": "Gulp Packages"
},
{
"packagePatterns": ["lint"],
"groupName": "Lint Packages"
},
{
"packagePatterns": ["gulp"],
"groupName": "Gulp Packages"
},
{
"packagePatterns": ["storybook"],
"groupName": "Storybook Packages"
}
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"rebaseLabel": "Action: rebase",
"rebaseConflictedPrs": false,
"rebaseStalePrs": false,
"reviewers": ["team:uxe"],
"semanticCommits": true,
"semanticCommitScope": "Packages",
"semanticCommitType": "chore",
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["Focus: security"],
"assignees": ["team:uxe"]
}
}