Skip to content

Renovate

Renovate #833

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
inputs:
dryRun:
description: 'Dry run mode'
required: false
default: 'false'
type: choice
options:
- 'false'
- 'full'
- 'lookup'
logLevel:
description: 'Log level'
required: false
default: 'info'
type: choice
options:
- info
- debug
- warn
jobs:
renovate:

Check failure on line 28 in .github/workflows/renovate.yml

View workflow run for this annotation

GitHub Actions / Renovate

Invalid workflow file

The workflow is not valid. .github/workflows/renovate.yml (Line: 28, Col: 3): Error calling workflow 'laurigates/.github/.github/workflows/reusable-renovate.yml@main'. The workflow is requesting 'contents: write, issues: write, pull-requests: write', but is only allowed 'contents: read, issues: none, pull-requests: none'.
uses: laurigates/.github/.github/workflows/reusable-renovate.yml@main
with:
dry-run: ${{ inputs.dryRun || 'false' }}
log-level: ${{ inputs.logLevel || 'info' }}