Add renovate.json

This commit is contained in:
Felix Schulze 2025-05-06 15:01:29 +02:00
parent 0b5a9818ae
commit 242ef59572

11
renovate.json Normal file
View File

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