Skip to content

Renovate

Renovate #12

Workflow file for this run

name: Renovate
on:
# This lets you dispatch a renovate job with different cache options if you want to reset or disable the cache manually.
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
env:
RENOVATE_PRIVATE_KEY: '${{ secrets.RENOVATE_PGP_PRIVATE_KEY }}'
with:
configurationFile: .github/renovate.js
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}