chore: use renovate app, improve configuration (#871)

* chore: use renovate app instead

* chore: config renovate
This commit is contained in:
GU Yiling
2025-09-08 17:04:58 +08:00
committed by GitHub
parent 4f52c7d0da
commit bf23d6c7e9
2 changed files with 21 additions and 24 deletions

View File

@ -1,23 +0,0 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 16 * * *"
permissions:
contents: read
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.10
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}