Renovate: Update all non-major dependencies

This commit is contained in:
Renovate Bot 2025-02-11 09:32:08 +00:00
parent 2c8dc29beb
commit 1ba3cdfad0
3 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.23.3
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:816feb29731cdee64b15b0ae91dd9f1cbc36765984ff8ea85a3d90f064417237
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
ENV BUILD_BASE_VERSION="0.5-r3"
@ -11,7 +11,7 @@ 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"
# 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