Skip to content

Commit

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

0 comments on commit 09a3ad5

Please sign in to comment.