From 449843fa90cdba322a0624c33924f77ea067d4fd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 12 Jul 2023 11:25:51 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.13 (#10417) 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.11` -> `v38.1.13` | --- ### ⚠ 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.13`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.13) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.12...v38.1.13) ##### Build System - **deps:** update dependency semantic-release to v21.0.7 ([15c9444](https://togithub.com/renovatebot/github-action/commit/15c94446efd4b5c8e7b40f2c970f49ad53093401)) ### [`v38.1.12`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.12) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.11...v38.1.12) ##### Bug Fixes - use full image again by default ([#​781](https://togithub.com/renovatebot/github-action/issues/781)) ([523965f](https://togithub.com/renovatebot/github-action/commit/523965fe247dd45bd7e3e33e4396aa77b99905d1)) ##### Documentation - mention that Fine-grained PATs are not supported ([#​778](https://togithub.com/renovatebot/github-action/issues/778)) ([8a25544](https://togithub.com/renovatebot/github-action/commit/8a25544ae48ede79c13e6c18f84f6fd9d06558ee)) ##### Miscellaneous Chores - **config:** migrate renovate config ([#​779](https://togithub.com/renovatebot/github-action/issues/779)) ([252e47a](https://togithub.com/renovatebot/github-action/commit/252e47ae9345771bb7d2bc9004f4c69eb6155f10)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v16.18.38 ([996d881](https://togithub.com/renovatebot/github-action/commit/996d881921892a340b2285b88cf862ea0e54af90)) - **deps:** update dependency eslint to v8.44.0 ([28ff2ef](https://togithub.com/renovatebot/github-action/commit/28ff2ef92895681bcec6735bbe298abb29f66e64)) - **deps:** update linters to v5.61.0 ([d3b8a98](https://togithub.com/renovatebot/github-action/commit/d3b8a98375a225d6bbc41de39fd7b1f7cfccfede)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.159.7 ([cf29b1d](https://togithub.com/renovatebot/github-action/commit/cf29b1d7c3b62f5aa5009d0addc785744434f0fe))
--- ### 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 94af1bd8eec..18c42466687 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@222a0037473b9a3d9232a7dbcda9eafd901903cc # v38.1.11 + uses: renovatebot/github-action@8dd353442b603b79e9ad46ebd25bdac25d67ccfa # v38.1.13 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}