From c25617168d968116999ec0e05f950d991e577e33 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Wed, 3 May 2023 14:26:02 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v36.1.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 54534f9f4aa3..825a5edadb8e 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@45e9b5f11c55e7073a0ae5b618d5dab7c26fe382 # v36.0.4 + uses: renovatebot/github-action@fa4cccb9b990157df72db344d593086e58d7bd50 # v36.1.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}