Skip to content

Commit

Permalink
Create renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Nov 6, 2021
1 parent a465b83 commit 722169d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"extends": [
"config:base"
],
"branchPrefix": "renovate-",
"prHourlyLimit": 12,
"timezone": "Asia/Tokyo",
"labels": ["renovate"],
"packageRules": [
{
"depTypeList": ["devDependencies"],
"automerge": true
}
],
"minor": { "automerge": true },
"patch": { "automerge": true },
"schedule": [
"after 0am and before 6am"
],
"dependencyDashboard": true,
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
}

0 comments on commit 722169d

Please sign in to comment.