From bc6e9b4a5fdb8f6e88bc740bd93612a01b9d23e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:08:59 +0000 Subject: [PATCH] Bump renovatebot/github-action from 46.1.7 to 46.1.8 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.7 to 46.1.8. - [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/v46.1.7...v46.1.8) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.8 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 afc1d68..2a441d4 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Run Renovate - uses: renovatebot/github-action@v46.1.7 + uses: renovatebot/github-action@v46.1.8 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}