From aae133f6e8716506a9fbb730afbe573975fb5de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:06:03 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 46.1.17 to 46.2.2 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.17 to 46.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/dd5302ec17783b2fc721b19ae7209b57b1587765...e09d604f8f803bb527bd8321ed5be06c460b8682) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.2.2 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..bc0eb9a 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@e09d604f8f803bb527bd8321ed5be06c460b8682 # v46.2.2 if: steps.token-check.outputs.available == 'true' with: token: ${{ secrets.RENOVATE_TOKEN }}