From 83370484cee0d7c5ef4ba928cdc59baaa6bde2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:26:36 +0000 Subject: [PATCH] build(deps): bump renovatebot/github-action from 41.0.12 to 41.0.13 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.12 to 41.0.13. - [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/v41.0.12...v41.0.13) --- 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 17b7f6f6..6b233802 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@v41.0.12 + uses: renovatebot/github-action@v41.0.13 with: configurationFile: renovate-config.json token: ${{ secrets.PCCIBOT_PAT_REPO_PUBLIC_REPO }}