From b682499fd56817848fff80951670950cd58abf19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:54:19 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 40.3.1 to 40.3.3 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.3.1 to 40.3.3. - [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/a1ed1d0adddfdf138192d1fbe3150a80094dee6a...7743ec9e19ceeb61a3862c5d4131e6710195af11) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 935da7b46..4a45638c5 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -28,7 +28,7 @@ jobs: submodules: recursive - name: Self-hosted Renovate - uses: renovatebot/github-action@a1ed1d0adddfdf138192d1fbe3150a80094dee6a # v40.3.1 + uses: renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}