Setup semantic commit messages for PRs
This commit is contained in:
parent
001100af71
commit
192edcd720
2 changed files with 9 additions and 0 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
|
@ -6,8 +6,10 @@
|
||||||
":automergePr",
|
":automergePr",
|
||||||
":automergeRequireAllStatusChecks",
|
":automergeRequireAllStatusChecks",
|
||||||
":separateMultipleMajorReleases",
|
":separateMultipleMajorReleases",
|
||||||
|
":semanticCommits",
|
||||||
"schedule:weekly"
|
"schedule:weekly"
|
||||||
],
|
],
|
||||||
|
"labels": ["dependencies"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
|
|
|
||||||
7
.github/semantic.yml
vendored
Normal file
7
.github/semantic.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
titleOnly: true
|
||||||
|
types:
|
||||||
|
- feat
|
||||||
|
- fix
|
||||||
|
- chore
|
||||||
|
- refactor
|
||||||
|
- docs
|
||||||
Loading…
Reference in a new issue