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