From 2ef6956c326eb89885b4ef0b21c289fc22cb528c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:23:23 +0000 Subject: [PATCH] build(deps): bump renovatebot/github-action from 43.0.17 to 44.2.1 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 43.0.17 to 44.2.1. - [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/v43.0.17...v44.2.1) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 44.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-images.yml b/.github/workflows/update-images.yml index a1e3c15..35e756a 100644 --- a/.github/workflows/update-images.yml +++ b/.github/workflows/update-images.yml @@ -132,7 +132,7 @@ jobs: fi - name: Self-hosted Renovate - uses: renovatebot/github-action@v43.0.17 + uses: renovatebot/github-action@v44.2.1 with: configurationFile: ${{ inputs.renovate-config }} token: ${{ steps.app-token.outputs.token }}