From 5cea6000ca14ff98fc9fbac45b522db8b5e87128 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Jul 2023 04:51:43 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.11 (#10188) 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.9` -> `v38.1.11` | --- ### ⚠ 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) ### [`v38.1.11`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.11) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.10...v38.1.11) ##### Build System - **deps:** update dependency typescript to v5.1.6 ([b8d2871](https://togithub.com/renovatebot/github-action/commit/b8d28711d2e67b3c62548328dce83fbc3af29528)) ### [`v38.1.10`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.10) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.9...v38.1.10) ##### Miscellaneous Chores - **deps:** update dependency [@​tsconfig/node16](https://togithub.com/tsconfig/node16) to v16 ([#​776](https://togithub.com/renovatebot/github-action/issues/776)) ([1da123a](https://togithub.com/renovatebot/github-action/commit/1da123aa7577f093ad0f43ee6343022f121b2d69)) - **deps:** update dependency lint-staged to v13.2.3 ([e093539](https://togithub.com/renovatebot/github-action/commit/e0935398877d18b7fee3acc36dc28a1d93ebeb0f)) ##### Build System - **deps:** update dependency semantic-release to v21.0.6 ([4ab927d](https://togithub.com/renovatebot/github-action/commit/4ab927d8a57055c46ade914b83b3292927661516)) ##### Continuous Integration - **deps:** update actions/setup-node action to v3.7.0 ([9038e41](https://togithub.com/renovatebot/github-action/commit/9038e41d7c9ee19ee2ef71a5e846e865e80bd452)) - **deps:** update renovate docker tag to v35.159.6 ([0cf0a94](https://togithub.com/renovatebot/github-action/commit/0cf0a94e5f5825df73ae67f978b157de238f11b7))
--- ### 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 91c0f6b9ba7..94af1bd8eec 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@96a5122bb4c10a5b16d944b3a27398c5d75d2064 # v38.1.9 + uses: renovatebot/github-action@222a0037473b9a3d9232a7dbcda9eafd901903cc # v38.1.11 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}