From 34ad8e47db63ce0155eba08b07ad9d464532dc0d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 5 Jun 2023 01:28:07 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.2 (#9401) 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.1` -> `v38.1.2` | --- ### Release Notes
renovatebot/github-action ### [`v38.1.2`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.2) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.1...v38.1.2) ##### Build System - **deps:** update dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) to v8.1.0 ([98bd9ae](https://togithub.com/renovatebot/github-action/commit/98bd9ae0c5445c9d044ab8cefd6f736fff3f7bcf)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.110.1 ([#​763](https://togithub.com/renovatebot/github-action/issues/763)) ([70e3ccd](https://togithub.com/renovatebot/github-action/commit/70e3ccd635fbffce9ce56fac9b5c14eeca96b530))
--- ### 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 db8be58a2c5..d568fba217d 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@04c5c5c6bdc22714621d741d9a81022f702ee797 # v38.1.1 + uses: renovatebot/github-action@f9dfd286235d81ce4a68f95019018c2fd7df13a9 # v38.1.2 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}