Update WFs

This commit is contained in:
2025-12-12 17:16:43 +05:30
parent f5e05c7105
commit 057f1825ce
2 changed files with 1 additions and 0 deletions

View File

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