Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit d758765

Browse files
committed
build(renovate): update semantic commit format
Signed-off-by: Jonah Snider <[email protected]>
1 parent ea12ad2 commit d758765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
3+
"extends": ["config:base", ":semanticCommitTypeAll(build)"],
44
"labels": ["dependencies"],
55
"packageRules": [
66
{
77
"automerge": true,
88
"updateTypes": ["patch"]
99
}
1010
],
11-
"semanticCommitType": "build"
11+
"semanticCommits": true
1212
}

0 commit comments

Comments
 (0)