Skip to content

Renovate

Renovate #279

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "30 4 * * *"
jobs:
renovate:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.3
env:
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
with:
configurationFile: ./.github/renovate-config.js
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}