From 65eb071ee1ac83805d08e9a1fc04a68d458c8303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:22:11 +0000 Subject: [PATCH] deps(ci): bump renovatebot/github-action from 40.2.0 to 40.2.2 (#1452) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.0 to 40.2.2. - [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/v40.2.0...v40.2.2) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4fb03915d..6084f1048 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -38,7 +38,7 @@ jobs: echo "Enable Renovate dry run" echo "RENOVATE_DRY_RUN=full" >>"${GITHUB_ENV}" - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.2.0 + uses: renovatebot/github-action@v40.2.2 env: LOG_LEVEL: 'debug' with: