From 91c38caaafe9d8daf283446b26d55f2d97c9618c Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:19:14 +0000 Subject: [PATCH] chore(deps): update bfra-me/renovate-action action to v2.7.18 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 4e714fa..e57d830 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -60,7 +60,7 @@ jobs: run: echo 'renovate=true' >> $GITHUB_OUTPUT - name: Renovate if: steps.should-renovate.outputs.renovate == 'true' - uses: bfra-me/renovate-action@e9935100c82c7c3c3b3706389778a1aa2e9da6b2 # v2.7.17 + uses: bfra-me/renovate-action@3870f62e249f9a58ead928ec2459be4b682bbb40 # v2.7.18 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}