0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Added self-hosted Renovate Bot

This commit is contained in:
2025-05-08 13:12:45 +00:00
parent 001585b8a6
commit 2b4908aa92
6 changed files with 38 additions and 59 deletions

View File

@ -0,0 +1,16 @@
name: RenovateBot
on:
schedule:
- cron: "@daily"
jobs:
renovate:
container: ghcr.io/renovatebot/renovate:40
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: renovate.config.cjs
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}