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