Add Renovate bot

This commit is contained in:
Felix Schulze 2025-05-05 11:02:51 +02:00
parent e616e8f261
commit 763c8b590d

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"
}
]
}