From 8bf225aa29a45ef35f277e2e2b72e2d5858d46df Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Mon, 24 Oct 2022 18:23:13 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v33.2.0 --- .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 255b8b84e07..e68a0a1950b 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@8ff997537af006c7c1a599d36b3e0d65ad463b36 # tag=v33.1.0 + uses: renovatebot/github-action@31698c85533a25a2fc1cabb57839dc88c0e9be4a # tag=v33.2.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}