Skip to content

Renovate

Renovate #41

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
# https://crontab.guru/#0_8,11,14,17_*_*_*
- cron: '0 8,11,14,17 * * *'
concurrency:
group: renovate-${{ github.ref }}
cancel-in-progress: true
jobs:
renovate:
name: Run Renovate
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@e23f4d9675532445118c886434f5a34292b630b4 # v46.0.2
with:
configurationFile: 'renovate-self-hosted.json'
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|AWS_TOKEN)$"
token: '${{ secrets.ORY_BOT_PAT }}'