From c9713643263f8731526667103b0868eabe0d1d17 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:15:24 +0000 Subject: [PATCH] chore(deps): update bfra-me/renovate-action action to v2.7.8 --- .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 8deadd7..7f05ad1 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@77f7fb2e00b3b36b40e72211d0d178d28f265ec9 # v2.7.6 + uses: bfra-me/renovate-action@f1f9d0c6884c6594dd35a6ce91830e846378afa3 # v2.7.8 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}