Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
feat: enable lockFileMaintenance with automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Aug 21, 2017
1 parent 3691601 commit 76bb766
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@
"extends": [
":renovatePrefix",
":semanticPrefixFixDepsChoreOthers",
":automergeRequireAllStatusChecks",
":maintainLockFilesDisabled"
":automergeRequireAllStatusChecks"
],
"timezone": "Asia/Taipei",
"schedule": [
"before 8am"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"schedule": "before 8am on Mondays"
},
"semanticCommits": true,
"separateMajorReleases": true,
"separatePatchReleases": false,
Expand Down

0 comments on commit 76bb766

Please sign in to comment.