From f7f3edee851d92f5f906e9ae92030fa7df1cf992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:03:18 +0000 Subject: [PATCH] Bump renovatebot/github-action in the all-gh-actions group Bumps the all-gh-actions group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `renovatebot/github-action` from 43.0.10 to 43.0.13 - [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/7876d7a812254599d262d62b6b2c2706018258a2...9ba84f1ade243f8c2ce5b223df61cf23dc094584) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions ... 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 491548ca..1377e164 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -50,7 +50,7 @@ jobs: go-version: ${{ steps.go-version.outputs.result }} - name: Self-hosted Renovate - uses: renovatebot/github-action@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10 + uses: renovatebot/github-action@9ba84f1ade243f8c2ce5b223df61cf23dc094584 # v43.0.13 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}