Skip to content

Commit

Permalink
chore: less noise in Renovate, close #227
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 26, 2019
1 parent 3a11e11 commit cd4e034
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
},
"prConcurrentLimit": 3,
"prHourlyLimit": 2,
"schedule": "after 11pm and before 5am",
"schedule": [
"after 2am and before 3am on saturday"
],
"updateNotScheduled": false,
"timezone": "America/New_York",
"lockFileMaintenance": {
Expand All @@ -31,6 +33,10 @@
"packageNames": ["cypress"],
"groupName": "cypress",
"schedule": "before 2am"
},
{
"packagePatterns": "^eslint",
"groupName": "eslint"
}
]
}

0 comments on commit cd4e034

Please sign in to comment.