Skip to content

Commit

Permalink
Configure automerge for patch updtes
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales committed Oct 4, 2023
1 parent 864ff80 commit 20547f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"schedule": [
"after 11pm every weekday",
"before 7am every weekday",
"every weekend"
],
"timezone": "Europe/Brussels",
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 20547f9

Please sign in to comment.