From 7bdca71ea3d28766c2dadee185fa7e00dcfe4a78 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 1 Sep 2023 00:21:44 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.0.5 (#12108) 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.4` -> `v39.0.5` | --- ### ⚠ 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.5`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.5) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v39.0.4...v39.0.5) ##### Build System - **deps:** update dependency semantic-release to v21.1.1 ([202eccf](https://togithub.com/renovatebot/github-action/commit/202eccfe2a4efa58e04e06f7e3e4ac1bbc9ed591)) ##### Continuous Integration - **deps:** update renovate docker tag to v36.74.3 ([468a2ef](https://togithub.com/renovatebot/github-action/commit/468a2ef50c474aba7aa267a32f9b49b7876a5afd)) - **deps:** update renovate docker tag to v36.77.0 ([236eb21](https://togithub.com/renovatebot/github-action/commit/236eb211e75185f89a2bfc6e40a39d3e661e4f17))
--- ### 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 d377b0cb464..475c64f1855 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@d752b2b6fe37f7b544e5a96405f7fe681327a7c3 # v39.0.4 + uses: renovatebot/github-action@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}