Skip to content

Commit

Permalink
Configure Renovate (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: shuhei kikuchi <[email protected]>
  • Loading branch information
renovate[bot] and bisquit authored Jul 14, 2023
1 parent 211b4b5 commit e4b5df5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":timezone(Asia/Tokyo)", ":automergeMinor", "group:allNonMajor"],
"enabledManagers": ["npm"],
"reviewers": ["bisquit"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"minimumReleaseAge": "3 days",
"platformAutomerge": true,
"major": {
"labels": ["major"]
}
}

0 comments on commit e4b5df5

Please sign in to comment.