Update WF
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-02-08 19:28:33 +05:30
parent 5524384f08
commit 049e4012f4
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
name: renovate
on:
workflow_dispatch:
branches:
- main
schedule:
- cron: "03 2 * * *"
push:
branches:
- main
paths-ignore:
- '**/README.md'
pull_request:
types:
- opened
paths-ignore:
- '**/README.md'
jobs:
renovate:
runs-on: bookworm-slim
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v6.0.2
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ forgejo.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}