Configure automerge for patch updates

This commit is contained in:
Mauro Morales 2023-10-04 17:00:52 +02:00 committed by GitHub
parent ae5d2f72c9
commit 1f69b99dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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