Skip to content

Commit

Permalink
Merge pull request #617 from tubone24/tubone24-patch-1
Browse files Browse the repository at this point in the history
Create renovate.json
  • Loading branch information
tubone24 authored Nov 6, 2021
2 parents 246e6a0 + e251728 commit 43c30d3
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 11pm and before 6am"
],
"dependencyDashboard": true,
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
}

0 comments on commit 43c30d3

Please sign in to comment.