From f101f116b586f0de41db15790dea2513ee7ce1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:07:35 +0000 Subject: [PATCH] Bump renovatebot/github-action from 46.1.17 to 46.1.18 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.17 to 46.1.18. - [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...b50d2ba2bd928235abdcc14d06dfafc217f1c565) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.18 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 2bcf19e..f69b04b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Run Renovate - uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 + uses: renovatebot/github-action@b50d2ba2bd928235abdcc14d06dfafc217f1c565 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}