Update renovate.json
All checks were successful
renovate / renovate (push) Successful in 46s

This commit is contained in:
Felix Schulze 2024-08-17 16:25:27 +02:00
parent 482151e97d
commit 79e6fb2c14

View File

@ -1,3 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"extends": ["config:best-practices", ":semanticCommits"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "branch"
}
]
}