From 92f40431d8dc5c16e179cdda68ef00399fcb3479 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 6 May 2023 07:26:55 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v36.1.1 (#8795) 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 | `v36.1.0` -> `v36.1.1` | --- ### Release Notes
renovatebot/github-action ### [`v36.1.1`](https://togithub.com/renovatebot/github-action/releases/tag/v36.1.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v36.1.0...v36.1.1) ##### Miscellaneous Chores - **deps:** update dependency lint-staged to v13.2.2 ([92c2872](https://togithub.com/renovatebot/github-action/commit/92c28725eb062b3a106f8a09d501fc2a4da966ba)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.69.5 ([dbbfbde](https://togithub.com/renovatebot/github-action/commit/dbbfbdef1073229faef4f7438d8aaa3b9d484614)) - **deps:** update renovate docker tag to v35.71.0 ([37b1457](https://togithub.com/renovatebot/github-action/commit/37b1457cfc5255bd8e07318e7c057ef63d806597)) - **deps:** update renovate docker tag to v35.71.1 ([d8a2b0d](https://togithub.com/renovatebot/github-action/commit/d8a2b0d09bbf443bc252902000d25fd1b7c1a7af)) - **deps:** update renovate docker tag to v35.71.4 ([fd6f94e](https://togithub.com/renovatebot/github-action/commit/fd6f94e5f5f3a47c100eff26b107bef34e2903d5)) - **deps:** update renovate docker tag to v35.71.6 ([bca5ebf](https://togithub.com/renovatebot/github-action/commit/bca5ebf388edb4a4a650c5f8ab47f0d6d2ba8b23)) ##### Build System - **deps:** update dependency semantic-release to v21.0.2 ([5ee53bc](https://togithub.com/renovatebot/github-action/commit/5ee53bcbad852d3a3478ca63f681323c27cf9401))
--- ### 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 825a5edadb8..ea59412c50c 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@fa4cccb9b990157df72db344d593086e58d7bd50 # v36.1.0 + uses: renovatebot/github-action@0da8b0cd8bb013041bad4f818c2790fa3253efb1 # v36.1.1 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}