Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ai committed Jun 20, 2024
1 parent ab7969c commit d798090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"dependencyDashboard": false,
"schedule": ["before 4am on monday"],
"timezone": "Asia/Tokyo",
"prHourlyLimit": 0,
"lockFileMaintenance": {
"automerge": true,
"platformAutomerge": true,
Expand All @@ -21,6 +24,7 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "pinDigest"],
"groupName": "minor and patch dependencies",
"automerge": true,
"platformAutomerge": true
}
Expand Down

0 comments on commit d798090

Please sign in to comment.