From f38539cf19688f6245e816915a4a60f144b38000 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 17 Nov 2023 04:28:32 +0100 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.1.3 (#14743) 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 | `v39.1.2` -> `v39.1.3` | --- > [!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.3`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.3) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v39.1.2...v39.1.3) ##### Build System - **deps:** update dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) to v9.2.3 ([7806c80](https://togithub.com/renovatebot/github-action/commit/7806c80e99cae1b72edfac09e2f3f809d9227634)) ##### Continuous Integration - **deps:** update renovate docker tag to v37.59.7 ([a2ec2c2](https://togithub.com/renovatebot/github-action/commit/a2ec2c2beb66cd13bb1ac8ce65fbe2721ceefe14)) - **deps:** update renovate docker tag to v37.59.8 ([5269779](https://togithub.com/renovatebot/github-action/commit/52697792310ccae9ff514168af033220a4adbc79))
--- ### 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 96efd6e933f..e9d9943a481 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@b6a3618bbc9a5d1faf05b4178eb3f4c351e07b41 # v39.1.2 + uses: renovatebot/github-action@9c2e6e7dc5340821aa2c82094e7326895c94a435 # v39.1.3 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}