chore: set renovate on weekly schedule

This commit is contained in:
Bobby Wibowo 2021-05-22 21:06:48 +07:00
parent d60f0010d2
commit 31cc01bd45
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
1 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,7 @@
"extends": [ "extends": [
"config:base" "config:base"
], ],
"rangeStrategy": "bump" "rangeStrategy": "bump",
"timezone": "Asia/Jakarta",
"schedule": "before 5am on saturday"
} }