From cf1e880dd7436820b1fc2c0246389611dcf40531 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 16 Oct 2023 13:24:32 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.1.0 (#13676) 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 | `v39.0.6` -> `v39.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v39.1.0`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v39.0.6...v39.1.0) ##### Features - allow to override docker command and user ([#​783](https://togithub.com/renovatebot/github-action/issues/783)) ([8d4ffe3](https://togithub.com/renovatebot/github-action/commit/8d4ffe328381274d58ecab4b13280061f2a8374c))
--- ### 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 6e116d8c38d..81e25fa5b59 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@0dbf03d3f50da30b8e523f51b628d2743c4934dc # v39.0.6 + uses: renovatebot/github-action@89c8a9b60f5bc8395658abab8f40f96e4b490ebf # v39.1.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}