Skip to content

Commit 53ce21e

Browse files
committed
chore: enforce chore type for all Renovate dependency updates
Set semanticCommitType and semanticCommitScope as direct properties instead of using presets to ensure they take precedence over the package detection logic from config:base that would otherwise use 'fix' for production dependencies.
1 parent 5635cf0 commit 53ce21e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"**/fixtures/**/package.json"
4343
],
4444
"extends": [
45-
"config:base",
46-
":semanticCommitType(chore)",
47-
":semanticCommitScopeDisabled"
45+
"config:base"
4846
],
47+
"semanticCommitType": "chore",
48+
"semanticCommitScope": null,
4949
"ignoreDeps": [
5050
"@commitlint/test",
5151
"@commitlint/test-environment",

0 commit comments

Comments
 (0)