From d8e2c717350af55f8d227350c1ed47953dee4642 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 12 Jul 2023 16:24:36 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.0.0 (#10420) 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 | `v38.1.13` -> `v39.0.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
renovatebot/github-action (renovatebot/github-action) ### [`v39.0.0`](https://togithub.com/renovatebot/github-action/releases/tag/v39.0.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v38.1.13...v39.0.0) ##### ⚠ BREAKING CHANGES - The action now uses the slim renovate version by default. ##### Features - drop `useSlim` and use \`latest' tag ([#​782](https://togithub.com/renovatebot/github-action/issues/782)) ([89ff8f7](https://togithub.com/renovatebot/github-action/commit/89ff8f7bf9ccd6a4d8a2091891bd128399122105))
--- ### 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 18c42466687..3f8b126f8f2 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@8dd353442b603b79e9ad46ebd25bdac25d67ccfa # v38.1.13 + uses: renovatebot/github-action@eb0ef0ca2efe27f0b0a70ca6cd1eee63fcfbb61a # v39.0.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}