From 70f1df9a0b9ceb6a3f08947b511b01cce2adccdb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Jan 2026 00:30:55 +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 7ca8f63..f309271 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: "Check out repository" uses: "actions/checkout@v6.0.0" - name: "Run Renovate" - uses: "renovatebot/github-action@v44.0.4" + uses: "renovatebot/github-action@v44.2.6" with: configurationFile: "./renovate-config.js" token: "${{ secrets.RENOVATE_BOT_TOKEN }}"