Skip to content

Commit 8957968

Browse files
committed
chore: use chore for website
1 parent 5ad5fb5 commit 8957968

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"ignorePresets": [":prHourlyLimit2"],
55
"semanticCommits": "enabled",
66
"dependencyDashboard": true,
7-
"postUpdateOptions": ["npmDedupe"]
7+
"postUpdateOptions": ["npmDedupe"],
8+
"packageRules": [
9+
{
10+
"matchFiles": ["site/package.json"],
11+
"semanticCommitType": "chore"
12+
}
13+
]
814
}

0 commit comments

Comments
 (0)