Skip to content

Commit e9920c5

Browse files
authored
chore(renovate): semantic commits, disable patch updates, monorepo support
1 parent 41f12bf commit e9920c5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"separateMultipleMajor": true,
4+
"additionalBranchPrefix": "{{parentDir}}/",
5+
"semanticCommitScope": "{{parentDir}}",
6+
"semanticCommits": "enabled",
7+
"commitMessageLowerCase": "never",
8+
"separateMinorPatch": true,
9+
"packageRules": [
10+
{
11+
"updateTypes": ["patch"],
12+
"enabled": false
13+
}
14+
]
315
}

0 commit comments

Comments
 (0)