From 675e7a31e8b908ee12e4d700cb0689a9b6257e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:08:52 +0000 Subject: [PATCH] ci(deps): Bump renovatebot/github-action from 46.1.12 to 46.1.14 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.12 to 46.1.14. - [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/f66d8679fcfcfa051abde6e7a623007173bf5164...693b9ef15eec82123529a37c782242f091365961) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... 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 aa7b72bc4..ce2c5626f 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@f66d8679fcfcfa051abde6e7a623007173bf5164 # v46.1.12 + uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 with: configurationFile: ".github/renovate-config.js" token: "${{ secrets.GITHUB_TOKEN }}"