Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet authored Jul 4, 2023
1 parent 6f1b900 commit 7edf414
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base", ":timezone(Asia/Tokyo)", ":prHourlyLimitNone"],
"labels": ["renovate"],
"automerge": true,
"packageRules": [
{
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}

0 comments on commit 7edf414

Please sign in to comment.