Renovate: Update all non-major dependencies #50

Open
renovate wants to merge 1 commit from renovate-all-minor-patch into main
3 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.24.0
hooks:
- id: gitleaks
- repo: local

View file

@ -3,7 +3,7 @@ steps:
when:
- event: push
branch: main
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
image: woodpeckerci/plugin-docker-buildx:5.2.1@sha256:fadc7abd451ba08211630d7ec9f568fbf7fc092d7416d3dde7af02cb74f245fa
pull: true
settings:
platforms: linux/amd64
@ -21,7 +21,7 @@ steps:
- event: push
branch:
exclude: ['main']
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
image: woodpeckerci/plugin-docker-buildx:5.2.1@sha256:fadc7abd451ba08211630d7ec9f568fbf7fc092d7416d3dde7af02cb74f245fa
pull: true
settings:
platforms: linux/amd64

View file

@ -1,4 +1,4 @@
FROM python:3.13.1-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49
FROM python:3.13.2-alpine3.20@sha256:e885b40c1ed9f3134030e99a27bd61e98e376bf6d6709cccfb3c0aa6e856f56a
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
ENV BUILD_BASE_VERSION="0.5-r3"
@ -9,9 +9,9 @@ ENV RUBY_VERSION="3.3.6-r0"
# renovate: datasource=repology depName=alpine_3_20/git versioning=loose
ENV GIT_VERSION="2.45.3-r0"
# renovate: datasource=repology depName=alpine_3_20/openssh-keygen versioning=loose
ENV OPENSSH_KEYGEN_VERSION="9.7_p1-r4"
ENV OPENSSH_KEYGEN_VERSION="9.7_p1-r5"
# renovate: datasource=pypi depName=pre-commit versioning=pep440
ENV PRE_COMMIT_VERSION="4.0.1"
ENV PRE_COMMIT_VERSION="4.1.0"
RUN mkdir /data /tmp/pre-commit
COPY .pre-commit-config.yaml /tmp/pre-commit