Skip to content

.github/workflows/renovate.yaml #14

.github/workflows/renovate.yaml

.github/workflows/renovate.yaml #14

Workflow file for this run

on:
schedule:
- cron: "30 00 * * 0"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate-config.js
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}