From 031dc9ffd405e2747c9aca0fed8736aac22ee59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 01:39:37 -0800 Subject: [PATCH] chore(deps): bump renovatebot/github-action (#5950) Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `renovatebot/github-action` from 44.0.1 to 44.0.2 - [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/v44.0.1...v44.0.2) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 44.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependency-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-update.yaml b/.github/workflows/dependency-update.yaml index d0940a5c4..93880aa1c 100644 --- a/.github/workflows/dependency-update.yaml +++ b/.github/workflows/dependency-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5.0.0 # https://github.com/renovatebot/github-action - name: self-hosted renovate - uses: renovatebot/github-action@v44.0.1 + uses: renovatebot/github-action@v44.0.2 with: # https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication token: ${{ secrets.GITHUB_TOKEN }}