Skip to content

ci(deps): update bfra-me/.github action to v2.0.6 (#615) #4404

ci(deps): update bfra-me/.github action to v2.0.6 (#615)

ci(deps): update bfra-me/.github action to v2.0.6 (#615) #4404

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
jobs:
renovate:
name: Renovate
secrets: inherit
uses: bfra-me/.github/.github/workflows/renovate.yaml@c18397a0adf7a17819e34595e2d499166d252dd5 # v2.0.6
with:
print_config: ${{ inputs.print_config || false }}