Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Feb 22, 2024
1 parent f17cf6d commit d329796
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"extends": ["config:base"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:monthly",
":pinOnlyDevDependencies"
],
"timezone": "Asia/Tokyo",
"schedule": ["monthly"],
"minor": {
"automerge": true
},
"patch": {
"automerge": true
"automerge": true,
"major": {
"automerge": false
}
}

0 comments on commit d329796

Please sign in to comment.