From 510847a3826748228508b3dfd651bbdc5fc1f4f1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 10 Mar 2023 18:06:13 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v35 --- .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 65b51267..8be7004a 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@c56dbeca772b331ddf18eefad8b93f0f3c69d34a # v34.159.2 + uses: renovatebot/github-action@ad0da5aa3d10144426ac0c672f04a7b5d98a1306 # v35.0.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}