Skip to content

Renovate

Renovate #61

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
steps:
- name: Run Renovate
all-env:

Check failure on line 16 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: 16, Col: 9): Unexpected value 'all-env'
env:
RENOVATE_CONFIG_FILE: ${{github.workspace}}/renovate-config.js
LOG_LEVEL: debug
run: |
renovate
#${{ github.workspace }}/renovate-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 \