We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b00e5 commit 59baf57Copy full SHA for 59baf57
.github/workflows/renovate.yaml
@@ -157,7 +157,7 @@ jobs:
157
dry_run: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
158
if: >-
159
${{ !contains('["push", "workflow_run"]', github.event_name) || github.event.workflow_run.conclusion == 'success' || steps.filter.outputs.changes == 'true' }}
160
- uses: bfra-me/renovate-action@d242590394a13614187a383a585936a2f7ae44d6 # 8.87.0
+ uses: bfra-me/renovate-action@adae47f8e105a6a3dd40610b6a91e61b22e01405 # 8.87.1
161
with:
162
autodiscover: ${{ steps.prepare.outputs.autodiscover }}
163
autodiscover-filter: ${{ steps.prepare.outputs.autodiscover == 'true' && steps.prepare.outputs.repos || '[]' }}
0 commit comments