From 831f207c72401fca4752be5176f28848a61aea36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:50:17 +0000 Subject: [PATCH] Bump renovatebot/github-action from 39.0.5 to 39.2.3 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 39.0.5 to 39.2.3. - [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/v39.0.5...v39.2.3) --- 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 0bf6a2681..ad64c1369 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.6.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.5 + uses: renovatebot/github-action@v39.2.3 with: configurationFile: renovate.json token: ${{ secrets.GH_PAT }}