Skip to content

Renovate

Renovate #2098

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
inputs: {}
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '0 0 * * *' # At 00:00 /> https://crontab.guru/#0_0_*_*_*
jobs:
renovate:
environment: Raul Melo
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.4
with:
configurationFile: 'config/renovate.json'
token: ${{ secrets.RENOVATE_TOKEN }}