diff --git a/.changeset/long-elephants-tan.md b/.changeset/long-elephants-tan.md new file mode 100644 index 0000000..11c1d75 --- /dev/null +++ b/.changeset/long-elephants-tan.md @@ -0,0 +1,5 @@ +--- +"@bfra.me/.github": patch +--- + +Set bfra-me/renovate-action ref to v3 floating major branch diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 2be0e63..9977e68 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -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 || '' }}