Skip to content

Renovate

Renovate #310

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "23 */6 * * *"
permissions:
contents: read
concurrency:
group: renovate
cancel-in-progress: false
jobs:
renovate:
runs-on: ubuntu-latest
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
steps:
- name: Checkout
uses: actions/checkout@v7.0.1
- name: Run Renovate
uses: renovatebot/github-action@v46.2.5
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}