We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe656f commit 03d27c7Copy full SHA for 03d27c7
.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@0d92388d14d0ac7eb70cf9bd86bd73b581b68402 # 7.122.0
+ uses: bfra-me/renovate-action@bae02d2171ee608ab859db8943556fc56015a7e4 # 7.123.0
161
with:
162
autodiscover: ${{ steps.prepare.outputs.autodiscover }}
163
autodiscover-filter: ${{ steps.prepare.outputs.autodiscover == 'true' && steps.prepare.outputs.repos || '[]' }}
0 commit comments