Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
Latest commit
24 lines (24 loc) · 464 Bytes
/
Copy pathrenovate.json
File metadata and controls
24 lines (24 loc) · 464 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"extends": [
"config:base",
":automergePatch",
":automergeMinor",
":automergeBranch",
":disableDependencyDashboard",
"group:allNonMajor"
],
"travis": {
"enabled": true
},
"assignees": ["@scriptex"],
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"vulnerabilityAlerts": {
"labels": ["security"],
"assignees": ["@scriptex"]
},
"major": {
"automerge": false
},
"schedule": ["* * 7,21 * *"]
}