Skip to content

Commit 0fd37c7

Browse files
authored
Update renovate.json
1 parent 3bae81a commit 0fd37c7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

renovate.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
3+
"extends": ["config:base", ":automergePatch", ":timezone(Asia/Tokyo)"],
4+
"schedule": ["after 8pm every weekday", "every weekend"],
5+
"major": {
6+
"stabilityDays": 7
7+
},
8+
"minor": {
9+
"stabilityDays": 3
10+
}
611
}

0 commit comments

Comments
 (0)