-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.lalapsrc.json
31 lines (31 loc) · 917 Bytes
/
.lalapsrc.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
{
"timezone": "Europe/Kiev",
"branchPrefix": "lalaps",
"labels": [ "dependencies", "security" ],
"schedule": [
"before 7:00 am every 10 days starting on the 5th day"
],
"verbosity": 0,
"commitMessageFix": "Chore: fixes npm audit vulnerabilities",
"commitMessagePartialFix": "Chore: fixes some npm audit vulnerabilities",
"rules": [
{
"advisory": "npm",
"automerge": true,
"commitMessageFix": "Fix: fixes npm audit vulnerabilities",
"commitMessagePartialFix": "Fix: fixes some npm audit vulnerabilities",
"production": true,
"branch": "npm-production"
},
{
"advisory": "npm",
"automerge": true,
"branch": "npm"
},
{
"advisory": "npm",
"force": true,
"branch": "npm-force"
}
]
}