From 88eadef7673fd17b1ac70dceef41229ef619860f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 17 Jun 2023 08:22:01 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.7 (#9715) 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.6` -> `v38.1.7` | --- ### ⚠ 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.7`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.7) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.6...v38.1.7) ##### Documentation - update references to renovatebot/github-action to v38 ([#​773](https://togithub.com/renovatebot/github-action/issues/773)) ([fc58615](https://togithub.com/renovatebot/github-action/commit/fc5861549654d22e751119b6741949f17dd53fa6)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.120.0 ([#​769](https://togithub.com/renovatebot/github-action/issues/769)) ([790abb8](https://togithub.com/renovatebot/github-action/commit/790abb8b05d08c573999b8bf0e45fa3469a2c0ff)) - **deps:** update renovate docker tag to v35.122.0 ([2d0ab32](https://togithub.com/renovatebot/github-action/commit/2d0ab324d6c26c80beed2e1d71cf4fc262c429e8)) - **deps:** update renovate docker tag to v35.124.0 ([4a5d2f6](https://togithub.com/renovatebot/github-action/commit/4a5d2f6e53b153ee72a60b3e3cfac296126eae23)) ##### Build System - **deps:** update semantic-release monorepo ([3105287](https://togithub.com/renovatebot/github-action/commit/3105287c13253f2edc7605b8e2cb393452a958b4))
--- ### 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 628eaf64fcf..4601785133a 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@13d5bade1b209427c72a08dee34b078ddc99eeec # v38.1.6 + uses: renovatebot/github-action@0868f611868abf92ddbb6f2c01d2b6c2d818ec38 # v38.1.7 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}