Configure automerge for patch updates

This commit is contained in:
Mauro Morales
2023-10-04 17:37:10 +02:00
committed by GitHub
parent 8f54324703
commit 56431eb91a

View File

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