Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 5, 2024
1 parent a3f2bd7 commit 02581b4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:monthly"],
"extends": [
"config:recommended",
"schedule:monthly",
":preserveSemverRanges",
":automergeMinor",
":maintainLockFilesMonthly"
],
"timezone": "Asia/Tokyo",
"automerge": true,
"major": {
"automerge": false
}
"configMigration": true
}

0 comments on commit 02581b4

Please sign in to comment.