From 03aa8ef6d6cf6f5d18c50463094206e0f9c41b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:07:35 +0000 Subject: [PATCH] Bump renovatebot/github-action from 46.1.16 to 46.1.17 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.16 to 46.1.17. - [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/6d859fc95779be83a0335ca704879b47e5d79641...dd5302ec17783b2fc721b19ae7209b57b1587765) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.17 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 febdc23..2bcf19e 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@6d859fc95779be83a0335ca704879b47e5d79641 + uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}