We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1bc71 commit 4fc8923Copy full SHA for 4fc8923
commitlint/dagger/main.go
@@ -15,7 +15,7 @@ func New(
15
// Commitlint image to use.
16
// +optional
17
// renovate image: datasource=docker depName=commitlint/commitlint versioning=docker
18
- // +default="commitlint/commitlint:19.9.1"
+ // +default="commitlint/commitlint:20.1.0"
19
Image string,
20
) *Commitlint {
21
return &Commitlint{
0 commit comments