From 67f57a9454f2ebe5a9f7c7010b572067d6a44041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 03:51:03 +0000 Subject: [PATCH] Bump renovatebot/github-action from 38.1.8 to 38.1.11 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 38.1.8 to 38.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/v38.1.8...v38.1.11) --- 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 3fbd96d0..e3ded151 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@v38.1.8 + uses: renovatebot/github-action@v38.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@v38.1.8 + uses: renovatebot/github-action@v38.1.11 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json