Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinresearch authored Jun 9, 2020
1 parent ed71655 commit 92107a4
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
{
"automerge": true,
"major": {
"automerge": false
},
"timezone": "UTC",
"extends": [
"config:base"
]
"config:base",
":maintainLockFilesWeekly"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 8am on Tuesday"
},
"packageRules": [
{
"packagePatterns": [
"*"
],
"rangeStrategy": "pin"
},
{
"depTypeList": ["engines"],
"rangeStrategy": "auto"
}
],
"stabilityDays": 7,
"node": {
"supportPolicy": ["lts"]
}
}

0 comments on commit 92107a4

Please sign in to comment.