Skip to content

.github/workflows/renovate.yaml #64

.github/workflows/renovate.yaml

.github/workflows/renovate.yaml #64

Workflow file for this run

on:
schedule:
- cron: "30 23 * * 6,3"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json5
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}