Skip to content

.github/workflows/renovate.yaml #4

.github/workflows/renovate.yaml

.github/workflows/renovate.yaml #4

Workflow file for this run

on:
schedule:
- cron: "30 00 * * 0"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/github-action@v40.1.12
with:
configurationFile: renovate.json5
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}