From 23541031f033cf3c57f7a7d9c0ca7d33b618af6e Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:14:25 +0000 Subject: [PATCH] chore(deps): update bfra-me/renovate-action action to v2.6.26 --- .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 21376da..9470dc1 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@01fe8c35cf9b165e8f9e1567b53353be69eb757d # v2.6.25 + uses: bfra-me/renovate-action@87c9d848e0093e69f120959a31a644ffe0816449 # v2.6.26 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}