Skip to content

Commit

Permalink
[core] Enabled Renovate's lockfile maintenance (#32635)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored May 13, 2022
1 parent 277a638 commit a50bef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"rebaseWhen": "conflicted",
"ignoreDeps": [],
"labels": ["dependencies"],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 6:00am on the first day of the month"
},
"packageRules": [
{
"matchDepTypes": ["peerDependencies"],
Expand Down

0 comments on commit a50bef2

Please sign in to comment.