Skip to content

Commit

Permalink
run lock file maintenance on weekends
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade committed Feb 28, 2021
1 parent 26457eb commit b1affff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": ["config:base"],
"rangeStrategy": "bump",
"lockFileMaintenance": { "enabled": true }
"lockFileMaintenance": {
"enabled": true,
"schedule": "every weekend"
}
}

0 comments on commit b1affff

Please sign in to comment.