From 6a822e7b69197535503223802999d0571e75779c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:01:43 +0000 Subject: [PATCH] Bump renovatebot/renovate from 36.49.0 to 36.97.2 Bumps [renovatebot/renovate](https://github.com/renovatebot/renovate) from 36.49.0 to 36.97.2. - [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...36.97.2) --- updated-dependencies: - dependency-name: renovatebot/renovate 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 0a3bd49..304e669 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@36.97.2 with: # Set the GitHub token for authentication token: ${{ secrets.GITHUB_TOKEN }}