From 25733d669e73c5132ede7260a9b1e65e50ba1889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:08:16 +0000 Subject: [PATCH] build(deps): bump renovatebot/github-action in /.github/workflows Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.4 to 46.1.5. - [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/0b17c4eb901eca44d018fb25744a50a74b2042df...abd08c7549b2a864af5df4a2e369c43f035a6a9d) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.5 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 9ab406d2e7..79297515a1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -9,6 +9,6 @@ jobs: renovate: runs-on: ubuntu-latest steps: - - uses: renovatebot/github-action@0b17c4eb901eca44d018fb25744a50a74b2042df # v46.1.4 + - uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5 with: token: ${{ secrets.GITHUB_TOKEN }}