Skip to content

Commit

Permalink
chore(personal): enable auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Jan 8, 2024
1 parent 389c7a1 commit 548e6d6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":timezone(Asia/Tokyo)", ":semanticCommits"]
"extends": [
"config:recommended",
":timezone(Asia/Tokyo)",
":semanticCommits"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 548e6d6

Please sign in to comment.