Skip to content

Commit

Permalink
fix: run lockfile maintainance daily
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Feb 14, 2024
1 parent ffdf2e0 commit b7ec62c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
"automerge": true,
"schedule": [
"before 4am"
]
},
"packageRules": [
{
Expand All @@ -17,4 +20,4 @@
"automerge": true
}
]
}
}

0 comments on commit b7ec62c

Please sign in to comment.