From 6b12bb407e8ba709882ed737ee510c82cbf3d97b Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 13 Jan 2023 18:07:53 +0000 Subject: [PATCH] chore(deps): update github-action renovatebot/github-action [skip ci] to v34.100.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 3cce66e0..eb81346b 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@bfe5dbccb1efa3b4a9280284b1e2a3f03a9eed15 # v34.100.1 + uses: renovatebot/github-action@f1162ed49dd9e54f8083e260a0654964bedd972f # v34.100.2 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}