Skip to content

Renovate

Renovate #2119

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 * * * 0'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Renovate
uses: renovatebot/[email protected]
with:
renovate-version: 37.421.2 # renovate: ghcr.io/renovatebot/renovate
env:
RENOVATE_CONFIG_FILE: renovate.json
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}