From 1bf7dd24926111a927e04b190fb960b415d2006b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Aug 2026 07:01:46 +0000 Subject: [PATCH] fix(deps): update renovatebot/github-action action to v46.2.1 --- .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 38e6d5e..bfe2f2e 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Run Renovate - uses: renovatebot/github-action@v46.2.0 + uses: renovatebot/github-action@v46.2.1 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}