From 93d4a9d2114444eebc01f4032c735f5c224813dc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 9 Jun 2023 04:56:55 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.3 (#9479) 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.2` -> `v38.1.3` | --- ### Release Notes
renovatebot/github-action ### [`v38.1.3`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.3) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.2...v38.1.3) ##### Build System - **deps:** update dependency typescript to v5.1.3 ([3d4bb3c](https://togithub.com/renovatebot/github-action/commit/3d4bb3c0bd27049c432bcfb480c7e3ebe7e99eee)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.110.2 ([4a7f1bf](https://togithub.com/renovatebot/github-action/commit/4a7f1bf558d286d64be2766f6e1905f5205b7a2a)) - **deps:** update renovate docker tag to v35.111.0 ([2a35715](https://togithub.com/renovatebot/github-action/commit/2a357150d58d299482a248af2beec06730fa9da5)) - **deps:** update renovate docker tag to v35.113.1 ([#​764](https://togithub.com/renovatebot/github-action/issues/764)) ([e383b5f](https://togithub.com/renovatebot/github-action/commit/e383b5f697e214803711c65bff397d485f62d6a5)) - **deps:** update renovate docker tag to v35.113.2 ([d22669a](https://togithub.com/renovatebot/github-action/commit/d22669a25c39d1635b5137ebeab79f6041f5d0b2)) - **deps:** update renovate docker tag to v35.114.2 ([5b40045](https://togithub.com/renovatebot/github-action/commit/5b40045bc1e719a70615452e03ff0673100b55a1)) - **deps:** update renovate docker tag to v35.115.0 ([#​766](https://togithub.com/renovatebot/github-action/issues/766)) ([df2ce27](https://togithub.com/renovatebot/github-action/commit/df2ce270d3320d01fbff159e90fe7d092f539045)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v17.6.5 ([41c7dac](https://togithub.com/renovatebot/github-action/commit/41c7dac9b553434a53cebf843950a0c36e4f2f51)) - **deps:** update linters to v5.59.8 ([0075894](https://togithub.com/renovatebot/github-action/commit/00758942eef9b11e6db603e88ba7d4b69d615f35)) - **release:** 38.1.3 \[skip ci] ([b65c00b](https://togithub.com/renovatebot/github-action/commit/b65c00b9dca2df4025e66f92768f25dcd4ce1987)) - update link to changelog on release branch ([#​762](https://togithub.com/renovatebot/github-action/issues/762)) ([9022df2](https://togithub.com/renovatebot/github-action/commit/9022df2c32b237f7ee8196c8a9482d8b98fd3cfa))
--- ### 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 d568fba217d..524f0f291a5 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@f9dfd286235d81ce4a68f95019018c2fd7df13a9 # v38.1.2 + uses: renovatebot/github-action@5aa4bc2e097e751b391105d89ff88c0c80519c1a # v38.1.3 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}