From 23f847aaeeba4826b1848ecef5626924e05164d1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sat, 12 Nov 2022 11:11:54 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v34.23.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 6d2527c02a0..808c52a9525 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@0c717ba097320072e9ad8b750d041565c975b731 # v34.22.2 + uses: renovatebot/github-action@32b7d40bf6ec7233e8ea3555913556649ba97c44 # v34.23.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}