From 429d3392162c132c829d252f95832217e92f9777 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:37:44 +0000 Subject: [PATCH] Update renovatebot/github-action action to v46.1.0 --- .github/workflows/scheduled-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-renovate.yaml b/.github/workflows/scheduled-renovate.yaml index 2a23baf..7de80ae 100644 --- a/.github/workflows/scheduled-renovate.yaml +++ b/.github/workflows/scheduled-renovate.yaml @@ -26,7 +26,7 @@ jobs: private_key: ${{ secrets.RENOVATE_GH_APP_PRIVATE_KEY }} - name: Self-hosted Renovate - uses: renovatebot/github-action@e23f4d9675532445118c886434f5a34292b630b4 # v46.0.2 + uses: renovatebot/github-action@44f24283a60f64273f1294932f16ba61193cccca # v46.1.0 with: configurationFile: .github/renovate-config.json token: ${{ steps.get_installation_token.outputs.token }}