From 9d9b04fee1e7f7932a00a453eabcc50cd520a148 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Aug 2024 20:41:25 +0000 Subject: [PATCH] Update renovate Docker tag to v38 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7640374b61879..b74a02ec8a13a 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -44,7 +44,7 @@ jobs: configurationFile: /tmp/monorepo/.github/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} mount-docker-socket: true - renovate-version: 37.246.1 + renovate-version: 38.57.3 env: LOG_LEVEL: ${{ github.event.inputs.logLevel || 'debug' }} RENOVATE_DRY_RUN: ${{ github.event.inputs.dryRun == 'no' && 'null' || github.event.inputs.dryRun || 'null' }}