Files
tunnel-please/.gitea/workflows/renovate.yml
bagas fb81595692
Some checks failed
renovate / renovate (push) Failing after 1s
Update .gitea/workflows/renovate.yml
2025-12-28 06:53:15 +00:00

20 lines
434 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- renovate
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}