From 18e1b199c95870e5eb192ad6f24a50a646590b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 23:04:58 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 46.1.17 to 46.2.4 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.17 to 46.2.4. - [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/dd5302ec17783b2fc721b19ae7209b57b1587765...5402b206248e5a8c8427a15102702eb9c1793efc) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8d272d6..f1e29ee 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 if: steps.token-check.outputs.available == 'true' - - uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 # v46.1.17 + - uses: renovatebot/github-action@5402b206248e5a8c8427a15102702eb9c1793efc # v46.2.4 if: steps.token-check.outputs.available == 'true' with: token: ${{ secrets.RENOVATE_TOKEN }}