From a139a46f45e586c06e21c8dd2177882352055847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:52:30 +0000 Subject: [PATCH] Bump renovatebot/github-action from 41.0.5 to 41.0.6 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.5 to 41.0.6. - [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.5...v41.0.6) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index d59d65f5..47bc60c8 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -38,14 +38,14 @@ jobs: run: jq '.dryRun = "true"' .github/renovate.json > .github/renovate-dry-run.json - name: Renovate - Dry Run - uses: renovatebot/github-action@v41.0.5 + uses: renovatebot/github-action@v41.0.6 if: ${{ github.ref != 'refs/heads/main' }} with: configurationFile: .github/renovate-dry-run.json token: 'x-access-token:${{ steps.generate_token.outputs.token }}' - name: Renovate - uses: renovatebot/github-action@v41.0.5 + uses: renovatebot/github-action@v41.0.6 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json