From b33801b52997eaf4200394b8a628ef443e8cdef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:40:14 +0000 Subject: [PATCH] build(deps): Bump renovatebot/github-action from 41.0.22 to 42.0.4 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.22 to 42.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/8ac70de2fe55752c573155866e30735411e3b61c...8058cfe11252651a837a58e2e3370fbc0e72c658) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 42.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 0afbd1043..ca3393516 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@8058cfe11252651a837a58e2e3370fbc0e72c658 # v42.0.4 with: configurationFile: ".github/renovate-config.js" token: "${{ secrets.GITHUB_TOKEN }}"