Skip to content
Merged
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 @@ -323,7 +323,7 @@ ARG PIP_RSTCHECK_CLICK_VERSION=8.3.0
# renovate: datasource=pypi depName=rstfmt
ARG PIP_RSTFMT_VERSION=0.0.14
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.80.2
ARG GEM_RUBOCOP_VERSION=1.81.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
# renovate: datasource=rubygems depName=rubocop-performance
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ ARG PIP_RSTCHECK_CLICK_VERSION=8.3.0
# renovate: datasource=pypi depName=rstfmt
ARG PIP_RSTFMT_VERSION=0.0.14
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.80.2
ARG GEM_RUBOCOP_VERSION=1.81.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
# renovate: datasource=rubygems depName=rubocop-performance
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ARG REPOSITORY_TRIVY_VERSION=0.66.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_SBOM_VERSION=0.66.0
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.80.2
ARG GEM_RUBOCOP_VERSION=1.81.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
# renovate: datasource=rubygems depName=rubocop-performance
Expand Down
2 changes: 1 addition & 1 deletion linters/ruby_rubocop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.13-alpine3.22
#############################################################################################
#ARG__START
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.80.2
ARG GEM_RUBOCOP_VERSION=1.81.1
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
# renovate: datasource=rubygems depName=rubocop-performance
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/ruby.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=rubygems depName=rubocop
ARG GEM_RUBOCOP_VERSION=1.80.2
ARG GEM_RUBOCOP_VERSION=1.81.1
- |-
# renovate: datasource=rubygems depName=rubocop-github
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
Expand Down
Loading