Skip to content

Commit b451895

Browse files
chore(deps): update commitlint/commitlint docker tag to v20
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | commitlint/commitlint | 19.9.1 | 20.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20e467b commit b451895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func New(
1515
// Commitlint image to use.
1616
// +optional
1717
// renovate image: datasource=docker depName=commitlint/commitlint versioning=docker
18-
// +default="commitlint/commitlint:19.9.1"
18+
// +default="commitlint/commitlint:20.1.0"
1919
Image string,
2020
) *Commitlint {
2121
return &Commitlint{

0 commit comments

Comments
 (0)