Skip to content

Renovate

Renovate #142

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * *"
concurrency:
group: renovate
cancel-in-progress: false
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
env:
RENOVATE_PR_HOURLY_LIMIT: 10
LOG_LEVEL: debug
with:
configurationFile: .github/renovate-config.js
# TODO: https://github.com/renovatebot/github-action/tree/main?tab=readme-ov-file
token: ${{ secrets.RENOVATE_TOKEN }}
mount-docker-socket: true