Skip to content

Commit 32af5c7

Browse files
chore(renovate): emit Conventional Commits titles (#21) (#22)
1 parent 1f27021 commit 32af5c7

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

renovate.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
6-
"packageRules": [
7-
{
8-
"matchDatasources": [
9-
"docker"
10-
],
11-
"commitMessagePrefix": "[docker]"
12-
}
13-
]
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
":semanticCommits",
5+
"config:recommended"
6+
],
7+
"packageRules": [
8+
{
9+
"matchDatasources": [
10+
"docker"
11+
],
12+
"commitMessagePrefix": "[docker]"
13+
}
14+
]
1415
}

0 commit comments

Comments
 (0)