From f4e091db362e6a524e157c59f8eb8d15e9211c6c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 25 May 2023 15:30:12 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.0.0 (#9161) 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 | `v37.1.0` -> `v38.0.0` | --- ### Release Notes
renovatebot/github-action ### [`v38.0.0`](https://togithub.com/renovatebot/github-action/releases/tag/v38.0.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v37.1.0...v38.0.0) ##### ⚠ BREAKING CHANGES - By default the renovate image is now pulled from `ghcr.io/renovatebot/renovate` ##### Features - use ghcr renovate image ([#​753](https://togithub.com/renovatebot/github-action/issues/753)) ([cc52092](https://togithub.com/renovatebot/github-action/commit/cc52092d4f696920a1bcddc279b7e1bd17edeee4))
--- ### 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 0c5a203dcd4..72390fa7c9b 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@a272cc365280adc03ffede7d2a124dcfac5fa971 # v37.1.0 + uses: renovatebot/github-action@04894c0e6786581e789ebf7e6dbdf22dfc0061cd # v38.0.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}