From 3982bbe0a2bdd1afe2cb999df9400fcf2bb112bc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 16 Jun 2023 10:24:40 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.6 (#9688) 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 | `v38.1.4` -> `v38.1.6` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
renovatebot/github-action ### [`v38.1.6`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.6) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.5...v38.1.6) ##### Build System - **deps:** update dependency conventional-changelog-conventionalcommits to v6 ([#​772](https://togithub.com/renovatebot/github-action/issues/772)) ([4e623b6](https://togithub.com/renovatebot/github-action/commit/4e623b6e95a97a21aa0ea8d825f56fc53f0324e8)) ### [`v38.1.5`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.5) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.4...v38.1.5) ##### Continuous Integration - **deps:** update renovate docker tag to v35.117.3 ([98f87cc](https://togithub.com/renovatebot/github-action/commit/98f87ccc01fc3a8c52c7345fd3a30401f0dc74e4)) - **deps:** update renovate docker tag to v35.118.0 ([fe109c7](https://togithub.com/renovatebot/github-action/commit/fe109c785b75d0e36f556e4dedd1b3af273b7ff4)) ##### Miscellaneous Chores - **deps:** update linters ([#​768](https://togithub.com/renovatebot/github-action/issues/768)) ([aa8361b](https://togithub.com/renovatebot/github-action/commit/aa8361b8e457429e68da3e034a0179cbd00c65b9)) - **renovate:** use slim image for updates ([#​770](https://togithub.com/renovatebot/github-action/issues/770)) ([1e89526](https://togithub.com/renovatebot/github-action/commit/1e895260519ac9980e8cf99b1bb598034b8e39bc)) ##### Build System - **deps:** update dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) to v9 ([#​771](https://togithub.com/renovatebot/github-action/issues/771)) ([628faf8](https://togithub.com/renovatebot/github-action/commit/628faf8cfc9138b11349e45a9fe1fc0343b2dbc4))
--- ### 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 e2895876f0b..628eaf64fcf 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@c3216113121a7c690027cd21eaad8a318c58bbcd # v38.1.4 + uses: renovatebot/github-action@13d5bade1b209427c72a08dee34b078ddc99eeec # v38.1.6 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}