Renovate: Update all non-major dependencies
This commit is contained in:
parent
4e4da163e5
commit
2c8dc29beb
3 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ repos:
|
|||
hooks:
|
||||
- id: shellcheck
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
rev: v8.18.4
|
||||
rev: v8.23.1
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
- repo: local
|
||||
|
@ -41,7 +41,7 @@ repos:
|
|||
entry: python build/check-ssh-keys.py
|
||||
language: python
|
||||
files: ^pillars/users/.+\.sls$
|
||||
additional_dependencies: ['pyyaml==6.0.1'] # Renovate can't parse it, yet https://github.com/renovatebot/renovate/issues/20780 # TODO
|
||||
additional_dependencies: ['pyyaml==6.0.2'] # Renovate can't parse it, yet https://github.com/renovatebot/renovate/issues/20780 # TODO
|
||||
|
||||
- id: prettier # Copied from https://github.com/pre-commit/mirrors-prettier/ instead of referencing it to not rely on their published Prettier versions
|
||||
name: Prettier
|
||||
|
|
|
@ -3,7 +3,7 @@ steps:
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
image: woodpeckerci/plugin-docker-buildx:5.0.0@sha256:0a8e69cad4a25d641bdb51daea53ce309692c7bda1193ae04a990bb88486edd8
|
||||
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
|
||||
pull: true
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
|
@ -21,7 +21,7 @@ steps:
|
|||
- event: push
|
||||
branch:
|
||||
exclude: ['main']
|
||||
image: woodpeckerci/plugin-docker-buildx:5.0.0@sha256:0a8e69cad4a25d641bdb51daea53ce309692c7bda1193ae04a990bb88486edd8
|
||||
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
|
||||
pull: true
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
FROM python:3.12.4-alpine3.20@sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
|
||||
FROM python:3.13.1-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49
|
||||
|
||||
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
|
||||
ENV BUILD_BASE_VERSION="0.5-r3"
|
||||
# renovate: datasource=repology depName=alpine_3_20/gcc versioning=loose
|
||||
ENV GCC_VERSION="13.2.1_git20240309-r0"
|
||||
# renovate: datasource=repology depName=alpine_3_20/ruby versioning=loose
|
||||
ENV RUBY_VERSION="3.3.3-r0"
|
||||
ENV RUBY_VERSION="3.3.6-r0"
|
||||
# renovate: datasource=repology depName=alpine_3_20/git versioning=loose
|
||||
ENV GIT_VERSION="2.45.2-r0"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue