From e8513b60d008cbaf94a0fc213433911c8e8e0e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:51:12 +0000 Subject: [PATCH] Bump renovatebot/renovate from 36.0.0 to 36.40.3 Bumps [renovatebot/renovate](https://github.com/renovatebot/renovate) from 36.0.0 to 36.40.3. - [Release notes](https://github.com/renovatebot/renovate/releases) - [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc) - [Commits](https://github.com/renovatebot/renovate/compare/v36.0.0...36.40.3) --- 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 d360853..823b599 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@v36.0.0 + - uses: renovatebot/renovate@36.40.3 with: # Set the GitHub token for authentication token: ${{ secrets.GITHUB_TOKEN }}