Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
# are we on a release branch?
DO_REALEASE: ${{ github.ref_name == github.event.repository.default_branch || github.ref_name == 'next' || startsWith(github.ref_name, 'maint/')}}
NODE_VERSION: 22
PDM_VERSION: 2.23.1 # renovate: datasource=pypi depName=pdm
PDM_VERSION: 2.24.0 # renovate: datasource=pypi depName=pdm
DRY_RUN: true
TEST_LEGACY_DECRYPTION: true
SPARSE_CHECKOUT: |-
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"@types/validate-npm-package-name": "4.0.2",
"@types/xmldoc": "1.1.9",
"@vitest/coverage-v8": "3.1.1",
"@vitest/eslint-plugin": "1.1.40",
"@vitest/eslint-plugin": "1.1.42",
"aws-sdk-client-mock": "4.1.0",
"callsite": "1.0.0",
"common-tags": "1.8.2",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.59.3@sha256:7a17333e29cdb833794da590bad41fd1816c536039edb786b76f046118da8b85 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.60.0@sha256:d4c0e5d068aceaf186d7247d2e6c90c5a1f76271343716e5ad55e5f99350458e AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.59.3-full@sha256:3e363f665cb0fdb37c89111ce2a0b386ca6f9ec4b3bf542244285eb7f9f056c9 AS full-base
FROM ghcr.io/renovatebot/base-image:9.60.0-full@sha256:e0bbf9a34ef35e81d540f9bf513f33464ccdabe229e93610c36efb9ce47d2255 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.59.3@sha256:7a17333e29cdb833794da590bad41fd1816c536039edb786b76f046118da8b85 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.60.0@sha256:d4c0e5d068aceaf186d7247d2e6c90c5a1f76271343716e5ad55e5f99350458e AS build

# We want a specific node version here
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
Expand Down
Loading