Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 3, 2023
1 parent 2b5484e commit d0dabe7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Expand Up @@ -7,12 +7,14 @@
{
"matchUpdateTypes": ["minor", "patch", "pin", "pinDigest", "digest", "lockFileMaintenance"],
"automerge": true,
"groupName": "default"
"automergeSchedule": ["after 10am on Friday"]
}
],
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true
},
"minimumReleaseAge": "5 days"
"minimumReleaseAge": "5 days",
"schedule": ["before 4am on Friday"],
"automergeStrategy": "squash"
}

0 comments on commit d0dabe7

Please sign in to comment.