From f3b480fb82ef8ee69b9f4d83a199f29430ca130e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:42:25 +0000 Subject: [PATCH] chore(deps): Bump renovatebot/github-action from 43.0.20 to 44.0.4 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 43.0.20 to 44.0.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/ea850436a5fe75c0925d583c7a02c60a5865461d...03026bd55840025343414baec5d9337c5f9c7ea7) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 44.0.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 5aac1972..18e04834 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run Renovate - uses: renovatebot/github-action@ea850436a5fe75c0925d583c7a02c60a5865461d # v43.0.20 + uses: renovatebot/github-action@03026bd55840025343414baec5d9337c5f9c7ea7 # v44.0.4 with: configurationFile: .github/renovate.json token: ${{ steps.app-token.outputs.token }}