Configure automerge for patch updates

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales
2023-10-04 16:36:40 +02:00
committed by GitHub
parent 497ecf90df
commit 8fc4c182ba

View File

@@ -8,5 +8,11 @@
"before 7am every weekday",
"every weekend"
],
"timezone": "Europe/Brussels"
"timezone": "Europe/Brussels",
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}