From f84e369b90c3e82430bfe7b5ddbbd2e46af9350f Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 11 Nov 2022 18:16:26 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v34.22.2 --- .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 775def9723e..6d2527c02a0 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@85f3150268ff10d06bc5731dbd3c6a2eec76374c # v34.22.1 + uses: renovatebot/github-action@0c717ba097320072e9ad8b750d041565c975b731 # v34.22.2 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}