.gitea/workflows/renovate.yaml hinzugefügt
All checks were successful
renovate / renovate (push) Successful in 9m14s

This commit is contained in:
2024-06-24 16:21:42 +02:00
parent 8ed9ea9df2
commit 7c0f759af7

View File

@ -0,0 +1,20 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovate/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token