From 3ec137e21d2b8cd1bf238fd7b5ce777fb50b8663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:54:23 +0000 Subject: [PATCH] Bump renovatebot/github-action from 40.2.5 to 40.2.6 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.5 to 40.2.6. - [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/v40.2.5...v40.2.6) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 43304cb8..c18e8a53 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Renovate - uses: renovatebot/github-action@v40.2.5 + uses: renovatebot/github-action@v40.2.6 with: configurationFile: renovate-config.json token: ${{ secrets.PCCIBOT_PAT_REPO_PUBLIC_REPO }}