From 9f7ac2cd46b32a36d34d093c8f8841173c1dbfac Mon Sep 17 00:00:00 2001 From: "dockserver-bot[bot]" <145536302+dockserver-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:20:30 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v46 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v44.2.6 | v46.0.1 | --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index c2ba516b9..80af7c62c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -51,7 +51,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@eaf12548c13069dcc28bb75c4ee4610cdbe400c5 # v44.2.6 + uses: renovatebot/github-action@3c68caaa9db5ff24332596591dc7c4fed8de16ce # v46.0.1 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"