renovate: add gitea config
All checks were successful
renovate / renovate (push) Successful in 38s

This commit is contained in:
2025-06-20 11:59:16 +09:00
parent 46c5b9f157
commit db3cadfccf

View File

@ -0,0 +1,19 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/naijun0403/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.TOKEN_GITHUB }}