Skip to content

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #24

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #24

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Renovate
on:
workflow_dispatch:
inputs:
dry-run:
description: Dry Run
default: "false"
required: false
log-level:
description: Log Level
default: debug
required: false
pull_request:
paths:
- ".github/workflows/renovate.yaml"
- ".github/configs/renovate/*.json5"
- "renovate.json5"
schedule:
- cron: "0 * * * *" # hourly
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/renovate.yaml@203fe313bbd970f7c8ba2fae5952316360152c3e

Check failure on line 30 in .github/workflows/renovate.yaml

View workflow run for this annotation

GitHub Actions / Renovate

Invalid workflow file

The workflow is not valid. .github/workflows/renovate.yaml (Line: 30, Col: 11): Input config-file is required, but not provided while calling.
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
log-level: "${{ inputs.log-level || 'debug' }}"