From 907ce7d9ae50a82a425b1f2457f3e7668f44443b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 01:15:27 +0000 Subject: [PATCH] Bump renovatebot/github-action from 34.124.5 to 36.1.1 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 34.124.5 to 36.1.1. - [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/v34.124.5...v36.1.1) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-major ... 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 b9404c6..ef46b9f 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.124.5 + uses: renovatebot/github-action@v36.1.1 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}