From 995a9751ff425f7e6a8e40b74f93f8bb86d85ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 01:52:30 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 46.1.20 to 46.1.21 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.20 to 46.1.21. - [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/v46.1.20...v46.1.21) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-renovate-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-renovate-run.yaml b/.github/workflows/workflow-renovate-run.yaml index 57e23b840c..cf3f0efbca 100644 --- a/.github/workflows/workflow-renovate-run.yaml +++ b/.github/workflows/workflow-renovate-run.yaml @@ -45,7 +45,7 @@ jobs: private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }} - name: Renovate run - uses: renovatebot/github-action@v46.1.20 + uses: renovatebot/github-action@v46.1.21 env: LOG_LEVEL: ${{ inputs.logLevel }} RENOVATE_REPOSITORIES: ${{ github.repository }}