From bf2bab50a707c963053f5035a6460d01c4d11b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:14:24 +0000 Subject: [PATCH] Bump renovatebot/renovate from 36.49.0 to 37.3.1 Bumps [renovatebot/renovate](https://github.com/renovatebot/renovate) from 36.49.0 to 37.3.1. - [Release notes](https://github.com/renovatebot/renovate/releases) - [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc) - [Commits](https://github.com/renovatebot/renovate/compare/36.49.0...37.3.1) --- updated-dependencies: - dependency-name: renovatebot/renovate 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 0a3bd49..842eab2 100644 --- a/.github/workflows/Renovate.yml +++ b/.github/workflows/Renovate.yml @@ -9,7 +9,7 @@ jobs: renovate: runs-on: ubuntu-latest steps: - - uses: renovatebot/renovate@36.49.0 + - uses: renovatebot/renovate@37.3.1 with: # Set the GitHub token for authentication token: ${{ secrets.GITHUB_TOKEN }}