Skip to content

Commit

Permalink
Merge pull request #1 from yukin01/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
yukin01 committed Apr 4, 2020
2 parents 7a623c5 + 00b4026 commit f11dfd1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"timezone": "Asia/Tokyo",
"extends": ["config:base", ":preserveSemverRanges"],
"schedule": ["on the first day of the month"],
"prHourlyLimit": 5,
"packageRules": [
{
"depTypeList": ["devDependencies"],
"updateTypes": ["patch", "minor"],
"groupName": "all devDependencies (non-major)"
},
{
"depTypeList": ["dependencies"],
"updateTypes": ["patch", "minor"],
"groupName": "all dependencies (non-major)"
}
]
}

0 comments on commit f11dfd1

Please sign in to comment.