From 8a81eb6535cb5a97281f29310d441b77de14e1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:04:40 +0000 Subject: [PATCH] build(deps): Bump renovatebot/github-action from 41.0.22 to 43.0.5 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.22 to 43.0.5. - [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/8ac70de2fe55752c573155866e30735411e3b61c...a889a8abcb11ef7feaafaf5e483ea01d4bf7774e) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.5 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 0afbd1043..a2dec387b 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@8ac70de2fe55752c573155866e30735411e3b61c # v41.0.22 + uses: renovatebot/github-action@a889a8abcb11ef7feaafaf5e483ea01d4bf7774e # v43.0.5 with: configurationFile: ".github/renovate-config.js" token: "${{ secrets.GITHUB_TOKEN }}"