Skip to content

Commit dc7ced3

Browse files
committed
chore: renovate config
1 parent 70f531d commit dc7ced3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

renovate.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,27 @@
55
"semanticCommits": "enabled",
66
"dependencyDashboard": true,
77
"postUpdateOptions": ["npmDedupe"],
8-
"additionalBranchPrefix": "{{parentDir}}-",
98
"packageRules": [
109
{
1110
"matchFiles": ["site/package.json"],
1211
"semanticCommitType": "chore",
1312
"addLabels": ["website"],
14-
"semanticCommitScope": "website"
13+
"semanticCommitScope": "website",
14+
"additionalBranchPrefix": "website-"
1515
},
1616
{
1717
"matchPaths": ["tests/**/package.json"],
1818
"semanticCommitType": "chore",
1919
"addLabels": ["tests"],
20-
"semanticCommitScope": "tests"
20+
"semanticCommitScope": "tests",
21+
"additionalBranchPrefix": "tests-"
22+
},
23+
{
24+
"matchPaths": ["src/**/package.json"],
25+
"semanticCommitType": "fix",
26+
"addLabels": ["templates"],
27+
"semanticCommitScope": "template",
28+
"additionalBranchPrefix": "templates-"
2129
}
2230
]
2331
}

0 commit comments

Comments
 (0)