chore: use semantic commits for renovate bot
This commit is contained in:
parent
f60ba2d9be
commit
d7a8f16b7e
|
@ -4,20 +4,21 @@
|
||||||
":dependencyDashboard",
|
":dependencyDashboard",
|
||||||
":maintainLockFilesWeekly",
|
":maintainLockFilesWeekly",
|
||||||
":enablePreCommit",
|
":enablePreCommit",
|
||||||
|
":semanticCommits",
|
||||||
|
":semanticCommitScopeDisabled",
|
||||||
"group:monorepos",
|
"group:monorepos",
|
||||||
"group:recommended"
|
"group:recommended"
|
||||||
],
|
],
|
||||||
"baseBranches": ["stable", "develop"],
|
"baseBranches": ["stable", "develop"],
|
||||||
"branchConcurrentLimit": 2,
|
"branchConcurrentLimit": 2,
|
||||||
"prConcurrentLimit": 1,
|
"prConcurrentLimit": 1,
|
||||||
"semanticCommits": "disabled",
|
|
||||||
"rangeStrategy": "pin",
|
"rangeStrategy": "pin",
|
||||||
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
|
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPaths": ["api/*", "front/*", "docs/*"],
|
"matchPaths": ["api/*", "front/*", "docs/*"],
|
||||||
"additionalBranchPrefix": "{{parentDir}}-",
|
"additionalBranchPrefix": "{{parentDir}}-",
|
||||||
"commitMessageSuffix": "[/{{parentDir}}]"
|
"semanticCommitScope": "{{parentDir}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
|
|
Loading…
Reference in New Issue