.github/workflows/renovate_dependency_management.managed.yaml #5
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
# THIS CODE WAS AUTOGENERATED. DO NOT MODIFY THIS FILE DIRECTLY | ||
# THE SOURCE CODE LIVES IN A DIFFERENT REPOSITORY: | ||
# - centralized-templates | ||
# FILE STEWARD: @pleo-io/team-devx,@pleo-bot-auto-approver | ||
name: Renovate - Dependency management | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
logLevel: | ||
description: "Override default log level" | ||
required: false | ||
default: "info" | ||
type: string | ||
schedule: | ||
- cron: 25 6 * * 1-5 | ||
concurrency: renovate | ||
jobs: | ||
call-workflow: | ||
uses: pleo-io/renovate-config/.github/workflows/run-renovate.reusable-external.yaml@main | ||
Check failure on line 24 in .github/workflows/renovate_dependency_management.managed.yaml GitHub Actions / .github/workflows/renovate_dependency_management.managed.yamlInvalid workflow file
|
||
with: | ||
logLevel: ${{ inputs.logLevel || 'info' }} | ||
secrets: inherit |