Skip to content

Commit

Permalink
Configure Renovate (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2022
1 parent 92d5ded commit f5da577
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":ignoreModulesAndTests",
":label(renovate)",
":timezone(Asia/Tokyo)",
":prImmediately",
":dependencyDashboard",
],
"rangeStrategy": "bump",
"packageRules": [
{
"matchDepTypes": [
"dependencies",
"peerDependencies"
],
"semanticCommitType": "fix"
},
{
"matchPackagePatterns": [
"*"
],
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}

0 comments on commit f5da577

Please # to comment.