Update renovate.json
All checks were successful
renovate / renovate (push) Successful in 3m39s

This commit is contained in:
2025-07-19 08:20:59 +02:00
parent 63470b76f8
commit 37eb0007c9

View File

@@ -1,11 +1,12 @@
{
"extends": ["config:best-practices", ":semanticCommits"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"description": "Automerge Renovate package updates without status checks",
"matchPackageNames": ["renovate"],
"automerge": true,
"automergeType": "branch"
"requiredStatusChecks": null
}
]
}