Skip to content

Commit 9c6f14e

Browse files
committed
chore: scopes
1 parent 8957968 commit 9c6f14e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@
55
"semanticCommits": "enabled",
66
"dependencyDashboard": true,
77
"postUpdateOptions": ["npmDedupe"],
8+
"additionalBranchPrefix": "{{parentDir}}-",
89
"packageRules": [
910
{
1011
"matchFiles": ["site/package.json"],
11-
"semanticCommitType": "chore"
12+
"semanticCommitType": "chore",
13+
"addLabels": ["website"],
14+
"semanticCommitScope": "website"
15+
},
16+
{
17+
"matchPaths": ["tests/**/package.json"],
18+
"semanticCommitType": "chore",
19+
"addLabels": ["tests"],
20+
"semanticCommitScope": "tests"
1221
}
1322
]
1423
}

0 commit comments

Comments
 (0)