From 4a756ed71d611b9245c2e5ff9940dc0d9c3efa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 07:06:06 +0000 Subject: [PATCH] chore(deps): bump renovatebot/github-action from 32.89.1 to 32.90.0 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 32.89.1 to 32.90.0. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/v32.90.0/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v32.89.1...v32.90.0) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 46bf7124..b0500560 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -40,7 +40,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v32.89.1 + uses: renovatebot/github-action@v32.90.0 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }}