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

Renovate

Renovate #107442

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/checkout@v3.5.3
with:
fetch-depth: 0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.5
env:
LOG_LEVEL: DEBUG
with:
configurationFile: .github/renovate.js
token: ${{ secrets.RENOVATE_TOKEN }}