Merge branch 'main' into viceice-patch-1

This commit is contained in:
Jamie Tanna 2026-01-29 15:18:24 +00:00 committed by GitHub
commit 7e113f76da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
env:
RENOVATE_VERSION: 42.94.7 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 42.95.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
jobs:
prepare:
@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: ghcr.io/renovatebot/renovate:42.94.7@sha256:0227ffc275e3ebc2d722f1e65a4b8b2ea10254a18e263fc144516afc7d88e3b8
image: ghcr.io/renovatebot/renovate:42.95.1@sha256:af45fc43af24a3bbd9cc55ea6ac189d3910c988e82fa9acb93a5bb32d9f1bde5
# github hosted runners are running as `1001:127` (ubuntu:docker)
options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127

View file

@ -4,6 +4,7 @@
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"outDir": "dist",
"module": "ESNext",