chore(deps): update dependency @types/node to v20.14.8 #2651
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Renovate this repository if Renovate-specific tasks are checked, if this workflow file or the Renovate configuration file is changed, 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: marcusrbrown/.github/.github/workflows/renovate.yaml@main | |
with: | |
print-config: ${{ inputs.print-config || github.event_name == 'push' }} |