Skip to content

Renovate

Renovate #73

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate
options: --user root #workaround for checkout
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Run Renovate
env:
RENOVATE_CONFIG_FILE: ${{ github.workspace }}/config.js
LOG_LEVEL: debug
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: |

Check failure on line 24 in .github/workflows/renovatebot.yml

View workflow run for this annotation

GitHub Actions / Renovate

Invalid workflow file

The workflow is not valid. .github/workflows/renovatebot.yml (Line: 24, Col: 9): Unexpected value 'run' .github/workflows/renovatebot.yml (Line: 18, Col: 9): Required property is missing: uses
renovate
#${{ github.workspace }}/config.js:/usr/src/app/config.js
# env:
# LOG_LEVEL: debug
# RENOVATE_AUTO_APPROVE: true
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# run: |
# renovate
# docker run --rm \