renovate-runner/.gitea/workflows/renovate.yaml
Jan Gleytenhoover 2c99ecdfc5
Some checks failed
renovate / renovate (push) Has been cancelled
revert c46165c473a0c756662d45cca0fb983be2d10bb8
revert Merge pull request 'chore(deps): pin dependencies' (#25) from renovate/pin-dependencies into main

Reviewed-on: #25
2024-09-04 06:30:33 +00:00

21 lines
525 B
YAML

name: renovate
on:
workflow_dispatch:
schedule:
- cron: "@hourly"
push:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: https://git.kjan.de/actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}