-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
40 lines (40 loc) · 1.38 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
{
"branchPrefix": "updates/",
"packageRules": [
{
"updateTypes": "minor patch pin digest",
"automerge": true
},
{
"updateTypes": "major",
"automerge": false
}
],
"assignAutomerge": true,
"assignees": [
"\u003erodcordeiro"
],
"labels": [
"dependencies"
],
"recreateClosed": true,
"rebaseWhen": "conflicted",
"vulnerabilityAlerts": {
"labels": [
"security"
],
"assignees": [
"\u003erodcordeiro"
]
},
"extends": [
"config:base",
":dependencyDashboard",
"github>whitesource/merge-confidence:beta",
"github>rodcordeiro/.github:renovate"
],
"schedule": [
"before 3am on the first day of the month"
],
"timezone": "America/Sao_Paulo"
}