From 66ebe3ebb207a8b8c62399d553ab6262a83a8ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 03:16:58 +0000 Subject: [PATCH] Bump renovatebot/github-action from 40.0.2 to 40.1.11 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.0.2 to 40.1.11. - [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/v40.0.2...v40.1.11) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 5bc942c8..33189709 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@v40.0.2 + uses: renovatebot/github-action@v40.1.11 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@v40.0.2 + uses: renovatebot/github-action@v40.1.11 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json