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 434ebef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Expand Up @@ -7,12 +7,15 @@
{
"matchUpdateTypes": ["minor", "patch", "pin", "pinDigest", "digest", "lockFileMaintenance"],
"automerge": true,
"groupName": "default"
"automergeSchedule": ["after 10am on Friday"]
}
],
"ignoreDeps": ["node", "npm"],
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true
},
"minimumReleaseAge": "5 days"
"minimumReleaseAge": "5 days",
"schedule": ["before 4am on Friday"],
"automergeStrategy": "squash"
}

0 comments on commit 434ebef

Please sign in to comment.