Upload files to ".gitea/workflows"

This commit is contained in:
2026-06-15 21:38:01 +00:00
parent 5119c5e637
commit af59f95e9b
+21
View File
@@ -0,0 +1,21 @@
name: Renovate
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
push:
branches: [main]
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:43
steps:
- uses: actions/checkout@v6
- run: renovate
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_CONFIG_FILE: config.js
GHUB_COM_TOKEN: ${{ secrets.GHUB_COM_TOKEN }}
LOG_LEVEL: info