From 58a1bcafea2435bc23bac9879b50d54a3533a6f5 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Mon, 16 Oct 2023 12:06:39 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.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 e53b4589..1d822563 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@0dbf03d3f50da30b8e523f51b628d2743c4934dc # v39.0.6 + uses: renovatebot/github-action@89c8a9b60f5bc8395658abab8f40f96e4b490ebf # v39.1.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}