renovate: add automerge rules

Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
Christoph Heiss 2024-10-29 23:28:39 +01:00
parent 9bb59232cf
commit de23888a9e
Signed by: christoph.heiss
GPG key ID: 6817E9C75C0785D7

View file

@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"automerge": true
}
]
}