From dac4beb220543f25d2c997183dc18a538569c767 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 26 May 2023 21:24:53 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.0 (#9184) 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 | minor | `v38.0.0` -> `v38.1.0` | --- ### Release Notes
renovatebot/github-action ### [`v38.1.0`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.0.0...v38.1.0) ##### Features - add mount-docker-socket option ([#​749](https://togithub.com/renovatebot/github-action/issues/749)) ([7c65b94](https://togithub.com/renovatebot/github-action/commit/7c65b94442c74d67c3075f2539486af1d1dc0492)) ##### Documentation - fix typo in readme "table of contents" ([#​754](https://togithub.com/renovatebot/github-action/issues/754)) ([110eebd](https://togithub.com/renovatebot/github-action/commit/110eebdddc14dc9b535c295ee63763d40a89af5f)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.102.0 ([da15a1b](https://togithub.com/renovatebot/github-action/commit/da15a1bb631ebb960a0c43369659383f2a2d288a))
--- ### 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 72390fa7c9b..b88c40c44ab 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@04894c0e6786581e789ebf7e6dbdf22dfc0061cd # v38.0.0 + uses: renovatebot/github-action@f9a5a67d4271f326b1e80695ea86dd9398b61d58 # v38.1.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}