Skip to content

chore(deps): update bfra-me/.github action to v2 #4561

chore(deps): update bfra-me/.github action to v2

chore(deps): update bfra-me/.github action to v2 #4561

Workflow file for this run

---
# Renovate this repository if Renovate-specific tasks are checked or if dispatched.
name: Renovate
'on':
issues:
types: [edited]
pull_request:
types: [edited]
push:
branches: ['**']
workflow_dispatch:
inputs:
print-config:
description: Log the fully-resolved Renovate config for each repository, plus fully-resolved presets.
required: false
type: boolean
default: false
workflow_run:
workflows: ['Main']
branches: ['main']
types: ['completed']
jobs:
renovate:
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
name: Renovate
secrets: inherit
uses: bfra-me/.github/.github/workflows/renovate.yaml@ae59c38a84105bc97aae529f52c47b0dade33f28 # v2.0.0
with:
print_config: ${{ inputs.print-config || false }}