From fe1a48276db31badeccdbaff0d3dc21c12f79b2a Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sat, 25 Mar 2023 06:05:01 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v36.0.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 cc0d21c7..08c9fb8a 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@2529763aa12e6d5b445bc911e8bd8cce2a4f205c # v36.0.1 + uses: renovatebot/github-action@95cbcd7e8b9d0d69e15ba26208631839ce7eee48 # v36.0.2 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}