From d23bcdf415d5187d4770c512a30ce6d9bb5ade60 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 27 Aug 2023 14:25:26 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.0.3 (#11937) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | patch | `v39.0.2` -> `v39.0.3` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v39.0.3`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.3) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v39.0.2...v39.0.3) ##### Build System - **deps:** update dependency semantic-release to v21.0.9 ([35abd2f](https://togithub.com/renovatebot/github-action/commit/35abd2f6299d0908a939189165485175ea670c17)) ##### Continuous Integration - **deps:** update renovate docker tag to v36.64.4 ([5d79867](https://togithub.com/renovatebot/github-action/commit/5d7986744bcc2c31551d6e34c97bc4738437cd22))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .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 65b51fa9c4b..6e9cd739cfa 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,7 +12,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} - name: Self-hosted Renovate - uses: renovatebot/github-action@fdd841aca4d443791558b2ad5db9d00b8e675b93 # v39.0.2 + uses: renovatebot/github-action@5e224f3a02c7ce9cadc83f82d65f1b6dd73876c1 # v39.0.3 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}