Skip to content

Commit

Permalink
build(renovate): set bfra-me/renovate-action ref to "v3" (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Mar 4, 2024
1 parent 31cd814 commit 64fbe80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-elephants-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bfra.me/.github": patch
---

Set bfra-me/renovate-action ref to v3 floating major branch
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
${{ github.event.repository.name == '.github' && !contains('["issues", "pull_request"]', github.event_name) && github.ref == 'refs/heads/main' }}
dry_run: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
if: github.event_name != 'push' || steps.filter.outputs.changes == 'true'
uses: bfra-me/renovate-action@2bcfdd9a0f82e8a49fd0bc19ac8890882c502016 # v3.12.0
uses: bfra-me/renovate-action@v3
with:
autodiscover: ${{ env.autodiscover }}
branch: ${{ env.dry_run == 'true' && github.ref_name || '' }}
Expand Down

0 comments on commit 64fbe80

Please sign in to comment.