From 310fca8d8a11ba64f62d537010ede19c6ba1c9d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 12 May 2023 12:25:08 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v37.0.0 (#8913) 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 | major | `v36.1.1` -> `v37.0.0` | --- ### Release Notes
renovatebot/github-action ### [`v37.0.0`](https://togithub.com/renovatebot/github-action/releases/tag/v37.0.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v36.1.1...v37.0.0) ##### ⚠ BREAKING CHANGES - The action now uses the default docker user again. ##### Features - use default docker user ([#​737](https://togithub.com/renovatebot/github-action/issues/737)) ([2b734bc](https://togithub.com/renovatebot/github-action/commit/2b734bc8d890bb2f43fbdbf140399d13c7e4e755)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v17.6.3 ([70bcd3a](https://togithub.com/renovatebot/github-action/commit/70bcd3af02df5ddcaa35763a5d98621116c50f1a)) - **deps:** update linters to v5.59.2 ([779f1d8](https://togithub.com/renovatebot/github-action/commit/779f1d87083d00cc814734ca158e1c8bee40a455)) - fix typos in Renovate configuration ([#​734](https://togithub.com/renovatebot/github-action/issues/734)) ([5ad2b2e](https://togithub.com/renovatebot/github-action/commit/5ad2b2e02314404632ada11bbe3fbc75cac5a58e)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.71.7 ([#​733](https://togithub.com/renovatebot/github-action/issues/733)) ([aea141a](https://togithub.com/renovatebot/github-action/commit/aea141a645e03a2cc681f6d4b98cc8bc557dc970)) - **deps:** update renovate docker tag to v35.72.1 ([4f06731](https://togithub.com/renovatebot/github-action/commit/4f067314b66ffb014461393318a6bb120a49ec55)) - **deps:** update renovate docker tag to v35.73.0 ([be066a1](https://togithub.com/renovatebot/github-action/commit/be066a170087e7da58a013f44a24f41cc4958f37)) - **deps:** update renovate docker tag to v35.74.1 ([#​735](https://togithub.com/renovatebot/github-action/issues/735)) ([cc2659c](https://togithub.com/renovatebot/github-action/commit/cc2659c36ed1d45d75e7d3d1a116fc6f05b56705)) - **deps:** update renovate docker tag to v35.75.0 ([2ea35a6](https://togithub.com/renovatebot/github-action/commit/2ea35a62078efcfa0386e165a33f8c3ea65a9478)) - **deps:** update renovate docker tag to v35.77.0 ([4fdca9f](https://togithub.com/renovatebot/github-action/commit/4fdca9f972e9cde67cc655abc6e5c641391362c5)) - **deps:** update renovate docker tag to v35.80.0 ([e2c7972](https://togithub.com/renovatebot/github-action/commit/e2c797264fbe9e7eac4f23019ce6a59fe3f893c3))
--- ### 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 ea59412c50c..1f37f824bfb 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@0da8b0cd8bb013041bad4f818c2790fa3253efb1 # v36.1.1 + uses: renovatebot/github-action@4cc203c40dc0eb6b356306893cabda6ff9d42f33 # v37.0.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}