Skip to content

Commit fd8b795

Browse files
chore(deps): update commitlint/commitlint docker tag to v19.8.0 (#64)
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | commitlint/commitlint | 19.6.1 | 19.8.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a701bb commit fd8b795

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.6.1"
18+
// +default="commitlint/commitlint:19.8.0"
1919
Image string,
2020
) *Commitlint {
2121
return &Commitlint{

0 commit comments

Comments
 (0)