From a249126c42f8b1f7e0dfe48eed7c5e71fc4557ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Dec 2025 01:17:28 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v44.2.2 --- .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 d0c4954cf..594b78003 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v44.2.0 + uses: renovatebot/github-action@v44.2.2 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}