Skip to content

Commit

Permalink
update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 17, 2023
1 parent b2d58d2 commit b7fc788
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"schedule": ["before 4am"]
"extends": ["config:base"],
"schedule": ["before 4:00am"],
"timezone": "Asia/Tokyo",
"separateMajorMinor": false,
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"groupName": null
}
]
}

0 comments on commit b7fc788

Please sign in to comment.