Skip to content

Commit

Permalink
chore: update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me authored Sep 8, 2022
1 parent 6fb6db0 commit 557c972
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
{
"$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
}
]
"extends": ["github>mshrtsr/renovate-config"]
}

0 comments on commit 557c972

Please # to comment.