Skip to content

Commit

Permalink
chore(deps): Add lock file maintenance on renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten authored Aug 4, 2020
1 parent 4076155 commit a8169ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"extends": ["config:base"],
"timezone": "America/New_York",
"schedule": ["before 10am on Friday"],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 10am on Friday"
},
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
Expand Down

0 comments on commit a8169ef

Please sign in to comment.