Skip to content

Commit 3e29c5c

Browse files
committed
set commitMessageExtra to just show new version
1 parent 3fea2c2 commit 3e29c5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"matchDatasources": ["docker"],
9+
"commitMessageExtra": "to [tag/{{{prettyNewVersion}}}]"
10+
}
511
]
612
}

0 commit comments

Comments
 (0)