From eb9cfacb2acf53bf8308d8212150064e2b103814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 23:04:04 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 46.1.17 to 46.1.19 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.17 to 46.1.19. - [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...22e0a16091fc706b04affe6ae53d5e3358ac4023) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.1.19 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 8d272d6..5b68653 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@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19 if: steps.token-check.outputs.available == 'true' with: token: ${{ secrets.RENOVATE_TOKEN }}