From e1f2e54dac662a77eb409201cc02a24a9dde501a Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:55:46 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v46.3.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 da2613c..24ca59e 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6 + uses: renovatebot/github-action@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 with: configurationFile: .github/renovate-configs.json5 token: '${{ steps.get_token.outputs.token }}'