feat(common): add best-practices #16

Merged
t.behrendt merged 1 commits from feat-add-best-practices into main 2025-11-08 22:32:02 +01:00
Showing only changes of commit 337578188e - Show all commits

View File

@@ -1,5 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true, "dependencyDashboard": true,
"semanticCommits": "enabled" "semanticCommits": "enabled",
"extends": ["config:best-practices"]
} }