From ca7f755508118db805d4a8dedcf356a18b545da1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 4 Jun 2023 11:12:54 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.1 (#454) 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.0` -> `v38.1.1` | --- ### Release Notes
renovatebot/github-action ### [`v38.1.1`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.0...v38.1.1) ##### Documentation - fix wrong image name in action description ([#​760](https://togithub.com/renovatebot/github-action/issues/760)) ([c64d589](https://togithub.com/renovatebot/github-action/commit/c64d589a0467686efa82fe44c8e25671c00331bd)) - rewrite readme ([#​722](https://togithub.com/renovatebot/github-action/issues/722)) ([b3ab89c](https://togithub.com/renovatebot/github-action/commit/b3ab89c14bc512ed5bbdc8a9c30cab9740962a4f)) - update references to ghcr.io/renovatebot/renovate to v35.103.0 ([1cdcea2](https://togithub.com/renovatebot/github-action/commit/1cdcea2f8bafe25b14dd6a889c5d188b69c49a29)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.102.4 ([#​757](https://togithub.com/renovatebot/github-action/issues/757)) ([299e606](https://togithub.com/renovatebot/github-action/commit/299e6062597966920e1aee5457cfe075d9f02cda)) - **deps:** update renovate docker tag to v35.102.7 ([8d99b3f](https://togithub.com/renovatebot/github-action/commit/8d99b3f8e58ea1d3a30a00962712e6b6adc508a1)) - **deps:** update renovate docker tag to v35.103.0 ([#​758](https://togithub.com/renovatebot/github-action/issues/758)) ([d2a5dff](https://togithub.com/renovatebot/github-action/commit/d2a5dff24904082d08836a2144f558fd02c71f45)) - **deps:** update renovate docker tag to v35.104.0 ([#​759](https://togithub.com/renovatebot/github-action/issues/759)) ([2fbe967](https://togithub.com/renovatebot/github-action/commit/2fbe9677f9016d212effafb718879ff94b3cd1df)) - **deps:** update renovate docker tag to v35.105.0 ([688c604](https://togithub.com/renovatebot/github-action/commit/688c6047e6ace2461e9297d62941ba2dff12cdc2)) - **deps:** update renovate docker tag to v35.105.1 ([6d591bf](https://togithub.com/renovatebot/github-action/commit/6d591bf74cdda28051fbe855ab8637d6e67d2996)) - **deps:** update renovate docker tag to v35.105.5 ([#​761](https://togithub.com/renovatebot/github-action/issues/761)) ([58a0a45](https://togithub.com/renovatebot/github-action/commit/58a0a456639c17dc1ff764b531db4ae1382bb434)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v16.18.32 ([95d7569](https://togithub.com/renovatebot/github-action/commit/95d75696d02fb3fdb93bf48bca0dbc0b6c6ff1f9)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v16.18.33 ([6b64622](https://togithub.com/renovatebot/github-action/commit/6b646220559c08203205d549ade8a8e567218e69)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v16.18.34 ([a506cfd](https://togithub.com/renovatebot/github-action/commit/a506cfd975871fc0d29eaf0e08e1352e7a7878a6)) - **deps:** update dependency eslint to v8.41.0 ([c36e2e1](https://togithub.com/renovatebot/github-action/commit/c36e2e118321b6f5ace0f2db8294a06dde091316)) - **deps:** update linters to v5.59.7 ([a3381cf](https://togithub.com/renovatebot/github-action/commit/a3381cfba7b3b6a1f0daca6f503f9c09cec7a912)) ##### Build System - **deps:** update dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) to v8.0.8 ([f2c26f0](https://togithub.com/renovatebot/github-action/commit/f2c26f06ccb0f1b0374765747cfcfe9218e87fce))
--- ### 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 43a3676f..26754951 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@f9a5a67d4271f326b1e80695ea86dd9398b61d58 # v38.1.0 + uses: renovatebot/github-action@04c5c5c6bdc22714621d741d9a81022f702ee797 # v38.1.1 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}