-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
44 lines (44 loc) · 978 Bytes
/
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"docker:disable"
],
"automerge": false,
"automergeType": "branch",
"commitMessagePrefix": "⬆️ ",
"configMigration": true,
"ignorePaths": [".github/actions/**"],
"labels": ["renovate"],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"on the 1st day instance on thursday after 6:00pm"
]
},
"minor": {
"automerge": true
},
"packageRules": [
{
"packageNames": [
"aws-sdk",
"caniuse-lite",
"@types/node"
],
"schedule": [
"on the 1st day instance on sunday after 3:15am"
]
}
],
"patch": {
"automerge": true
},
"rebaseStalePrs": true,
"schedule": [
"on the 1st and 3rd day instance on saturday after 3:15am",
"on the 1st and 3rd day instance on sunday after 3:15am"
],
"timezone": "Europe/Berlin",
"updateNotScheduled": false
}