From 2758aa6a86432560573d1241818668cef2c95eb0 Mon Sep 17 00:00:00 2001 From: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:23:59 +0000 Subject: [PATCH] build(deps): update ghcr.io/renovatebot/renovate docker tag to v38 --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index b1b7ba756..f4fcc6d94 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -34,6 +34,6 @@ jobs: uses: renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8 with: # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate - renovate-version: 37.440.7 + renovate-version: 38.110 configurationFile: renovate.json5 token: x-access-token:${{ steps.get-token.outputs.token }}