From c3e126ba68c92af5dff0eeb0ebe080d2aca7003a Mon Sep 17 00:00:00 2001 From: alceops Date: Wed, 6 May 2026 02:20:43 -0400 Subject: [PATCH] chore: update renovate github action --- .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 644d225b45..fdff8985c3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: renovatebot/github-action@v43.0.20 + - uses: renovatebot/github-action@v46.1.13 with: configurationFile: selfhost-renovate.json token: ${{ secrets.GITHUB_TOKEN }}