renovate-bot/.gitea/workflows/renovate.yaml
nolan 1e1c6c6d62
All checks were successful
renovate / renovate (push) Successful in 2m30s
revert 4e5302c15a91b57f966b12b8e376708d6746286f
revert Merge pull request 'Update actions/checkout action to v5' (#3) from renovate/actions-checkout-5.x into main

Reviewed-on: #3
2025-08-21 22:33:47 -05:00

24 lines
741 B
YAML

name: renovate
on:
workflow_dispatch: # allows the workflow to be run manually when desired
branches:
- main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 10 * * *"
push: # runs this workflow when pushes to the main branch are made
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }} # optional