feat: handle all conven branches as chore (#20)
All checks were successful
CD / Release (push) Successful in 26s
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:
@@ -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)"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user