Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Renovate

Renovate #107377

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0/5 * * * *'
push:
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
env:
LOG_LEVEL: DEBUG
with:
configurationFile: .github/renovate.js
token: ${{ secrets.RENOVATE_TOKEN }}