Renovate: Update all non-major dependencies

This commit is contained in:
Renovate Bot 2025-01-21 09:10:07 +00:00
parent 2c8dc29beb
commit 612a12f4ff
2 changed files with 3 additions and 3 deletions

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.0@sha256:084256ffef7144d1bf1724ca4d5d5c50528b43bacafc7b163bffe29e77dfa3d8
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.0@sha256:084256ffef7144d1bf1724ca4d5d5c50528b43bacafc7b163bffe29e77dfa3d8
pull: true
settings:
platforms: linux/amd64

View file

@ -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