Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ayonious committed Jul 6, 2023
1 parent c344c54 commit 5a3ec8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
{
"packagePatterns": [ "*" ],
"groupName": "all dependencies",
"groupSlug": "all"
"groupSlug": "all",
"automerge": true
}
],
"rangeStrategy": "bump",
"automerge": false,
"automerge": true,
"schedule": "before 3am on Monday",
"lockFileMaintenance": {
"enabled": true
"enabled": true,
"automerge": true
}
}

0 comments on commit 5a3ec8e

Please sign in to comment.