feat: enable semantic commits (#4)
All checks were successful
CD / Release (push) Successful in 15s

Reviewed-on: #4
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #4.
This commit is contained in:
2025-10-10 18:04:31 +02:00
committed by t.behrendt
parent d9c0a19458
commit bee0ee03a4

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true "dependencyDashboard": true,
"semanticCommits": "enabled"
} }