Renovate: Update all non-major dependencies
This commit is contained in:
parent
2c8dc29beb
commit
612a12f4ff
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
|
image: woodpeckerci/plugin-docker-buildx:5.2.0@sha256:084256ffef7144d1bf1724ca4d5d5c50528b43bacafc7b163bffe29e77dfa3d8
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -21,7 +21,7 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch:
|
branch:
|
||||||
exclude: ['main']
|
exclude: ['main']
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
|
image: woodpeckerci/plugin-docker-buildx:5.2.0@sha256:084256ffef7144d1bf1724ca4d5d5c50528b43bacafc7b163bffe29e77dfa3d8
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|
|
@ -11,7 +11,7 @@ ENV GIT_VERSION="2.45.3-r0"
|
||||||
# renovate: datasource=repology depName=alpine_3_20/openssh-keygen versioning=loose
|
# 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-r4"
|
||||||
# renovate: datasource=pypi depName=pre-commit versioning=pep440
|
# 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
|
RUN mkdir /data /tmp/pre-commit
|
||||||
COPY .pre-commit-config.yaml /tmp/pre-commit
|
COPY .pre-commit-config.yaml /tmp/pre-commit
|
||||||
|
|
Loading…
Reference in a new issue