feat: handle all conven branches as chore (#20)
All checks were successful
CD / Release (push) Successful in 26s

Handling all semver/conventional commit branches as "chore", according to: https://docs.renovatebot.com/semantic-commits/#changing-the-semantic-commit-type

Reviewed-on: #20
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 #20.
This commit is contained in:
2025-12-12 20:25:04 +01:00
committed by t.behrendt
parent b3857cc1ca
commit d9ae7d7ff4

View File

@@ -2,5 +2,5 @@
"$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"] "extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"]
} }