renovate-config/renovate.json
Felix Schulze 79e6fb2c14
All checks were successful
renovate / renovate (push) Successful in 46s
Update renovate.json
2024-08-17 16:25:27 +02:00

12 lines
286 B
JSON

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