From c2972ad007038c2b324a130d9dfe8c2437fbf9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:49:35 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 41.0.21 to 41.0.22 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.21 to 41.0.22. - [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/v41.0.21...v41.0.22) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 41.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 6f756b7c0..28d5b38a9 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.21 + uses: renovatebot/github-action@v41.0.22 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}