From dace22ca116a6120530e94ec7938760dc73a9986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:01:35 +0000 Subject: [PATCH] chore(deps): Bump renovatebot/github-action from 44.0.4 to 44.2.4 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 44.0.4 to 44.2.4. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/03026bd55840025343414baec5d9337c5f9c7ea7...66387ab8c2464d575b933fa44e9e5a86b2822809) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 44.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2597fffe..af07454a 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run Renovate - uses: renovatebot/github-action@03026bd55840025343414baec5d9337c5f9c7ea7 # v44.0.4 + uses: renovatebot/github-action@66387ab8c2464d575b933fa44e9e5a86b2822809 # v44.2.4 with: configurationFile: .github/renovate.json token: ${{ steps.app-token.outputs.token }}