Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and shuji-koike committed Jan 26, 2024
1 parent 9113d72 commit f8c6a39
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"timezone": "Asia/Tokyo",
"dependencyDashboard": true,
"configMigration": true,
"prHourlyLimit": 0,
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"groupName": "all minor and patch dependencies"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
"addLabels": ["deps"]
}

0 comments on commit f8c6a39

Please sign in to comment.