Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ ARG PIP_CODESPELL_VERSION=2.4.3
# renovate: datasource=pypi depName=sqlfluff
ARG PIP_SQLFLUFF_VERSION=4.3.0
# renovate: datasource=github-releases depName=realm/SwiftLint
ARG SWIFT_SWIFTLINT_VERSION=0.65.0
ARG SWIFT_SWIFTLINT_VERSION=0.65.1
# renovate: datasource=npm depName=@ibm/tekton-lint
ARG NPM_IBM_TEKTON_LINT_VERSION=1.2.0
# renovate: datasource=npm depName=prettyjson
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ ARG PIP_CODESPELL_VERSION=2.4.3
# renovate: datasource=pypi depName=sqlfluff
ARG PIP_SQLFLUFF_VERSION=4.3.0
# renovate: datasource=github-releases depName=realm/SwiftLint
ARG SWIFT_SWIFTLINT_VERSION=0.65.0
ARG SWIFT_SWIFTLINT_VERSION=0.65.1
# renovate: datasource=npm depName=prettyjson
ARG NPM_PRETTYJSON_VERSION=1.2.5
# renovate: datasource=npm depName=@typescript-eslint/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ARG PIP_CODESPELL_VERSION=2.4.3
# renovate: datasource=pypi depName=sqlfluff
ARG PIP_SQLFLUFF_VERSION=4.3.0
# renovate: datasource=github-releases depName=realm/SwiftLint
ARG SWIFT_SWIFTLINT_VERSION=0.65.0
ARG SWIFT_SWIFTLINT_VERSION=0.65.1
# renovate: datasource=npm depName=@ibm/tekton-lint
ARG NPM_IBM_TEKTON_LINT_VERSION=1.2.0
# renovate: datasource=pypi depName=yamllint
Expand Down
2 changes: 1 addition & 1 deletion linters/swift_swiftlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7
ARG TARGETPLATFORM
ARG TARGETARCH
# renovate: datasource=github-releases depName=realm/SwiftLint
ARG SWIFT_SWIFTLINT_VERSION=0.65.0
ARG SWIFT_SWIFTLINT_VERSION=0.65.1
#ARG__END

####################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/swift.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=github-releases depName=realm/SwiftLint
ARG SWIFT_SWIFTLINT_VERSION=0.65.0
ARG SWIFT_SWIFTLINT_VERSION=0.65.1
# SwiftLint is installed from the fully static "swiftlint-static" binary
# (built with the Swift Static Linux SDK, musl-based) so it runs natively
# on the Alpine image without a Swift toolchain and without spawning a
Expand Down
Loading