Skip to content

Commit

Permalink
chore: update renovate config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and jkwlui committed Aug 6, 2018
1 parent c4e4272 commit 2de8c10
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pinVersions": false,
"rebaseStalePrs": true,
"schedule": [
"after 10pm and before 5am"
"after 9am and before 3pm"
],
"lockFileMaintenance": {
"enabled": true,
Expand All @@ -15,5 +15,11 @@
"before 10am on tuesday"
]
},
"gitAuthor": null
"gitAuthor": null,
"packageRules": [
{
"extends": "packages:linters",
"groupName": "linters"
}
]
}

0 comments on commit 2de8c10

Please sign in to comment.