From c0a28d109a8cf5841aa91daa07ccd636f46171c3 Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:16:23 +0000 Subject: [PATCH] chore(deps): update bfra-me/renovate-action action to v2.7.14 --- .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 e3e4f92..47b25b7 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@b7091769d5190144b50e1832f2fec4ca297c65f0 # v2.7.12 + uses: bfra-me/renovate-action@eecdca736d6042547efec1f818737aaf5054d4c6 # v2.7.14 with: branch: ${{ github.ref != 'refs/heads/main' && github.ref_name || '' }} cache: ${{ github.event_name == 'push' && contains('["main", "renovate/reconfigure"]', github.ref_name) }}