From 9fefaf786275aa15eed686d286a2ac351185fb45 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:22:06 +0000 Subject: [PATCH] chore(deps): update bfra-me/renovate-action action to v2.6.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 1aa0c2a..75d91ac 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@f7c27b274a56bce33572771050100e4a7fd73ef8 # v2.6.17 + uses: bfra-me/renovate-action@6282745dbb523ef2b0a0d9c53681ef02b17c8e7f # v2.6.18 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}