Skip to content

Renovate

Renovate #36

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
inputs:
log_level:
description: "Log Level"
default: "debug"
schedule:
- cron: '0 2,4 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_ONBOARDING: "false"
RENOVATE_GIT_AUTHOR: "Renovate <60839662+acbgbca[bot]@users.noreply.github.com>"
LOG_LEVEL: ${{ inputs.log_level || 'info' }}
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}