From d34cfe16aabe66f6009a4084db87ffd3a8795526 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Jan 2026 00:38:32 +0000 Subject: [PATCH] ci(dependencies): Update renovatebot/github-action action to v44.2.6 --- .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 a040ca5..942ce1e 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: "Check out repository" uses: "actions/checkout@v5.0.0" - name: "Run Renovate" - uses: "renovatebot/github-action@v44.0.1" + uses: "renovatebot/github-action@v44.2.6" with: configurationFile: "./renovate-config.js" token: "${{ secrets.RENOVATE_BOT_TOKEN }}"