chore(deps): update dependency yamllint to v1.30.0 (#190)
continuous-integration/drone/push Build is passing Details

Reviewed-on: docker/alpine-tools#190
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-04-03 08:57:31 +02:00 committed by Robert Kaussow
parent 0aea145d8f
commit 55b1910bc4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}"
# renovate: datasource=npm depName=js-beautify
ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.7}"
# renovate: datasource=pypi depName=yamllint
ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.29.0}"
ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.30.0}"
# renovate: datasource=github-releases depName=yannh/kubeconform
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.5.0}"