Skip to content

Renovate

Renovate #15

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/renovate.json
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_PR_CONCURRENT_LIMIT: 0
RENOVATE_PR_HOURLY_LIMIT: 0