chore: add renovate bot workflow
Some checks failed
Auto Tag / changelog (push) Blocked by required conditions
Auto Tag / build-linux-amd64 (push) Blocked by required conditions
Auto Tag / build-windows-amd64 (push) Blocked by required conditions
Auto Tag / build-macos-arm64 (push) Blocked by required conditions
Auto Tag / build-linux-arm64 (push) Blocked by required conditions
Test / rust-clippy (push) Waiting to run
Test / rust-tests (push) Waiting to run
Test / frontend-typecheck (push) Waiting to run
Test / frontend-tests (push) Waiting to run
Auto Tag / wiki-sync (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Auto Tag / autotag (push) Has been cancelled
Some checks failed
Auto Tag / changelog (push) Blocked by required conditions
Auto Tag / build-linux-amd64 (push) Blocked by required conditions
Auto Tag / build-windows-amd64 (push) Blocked by required conditions
Auto Tag / build-macos-arm64 (push) Blocked by required conditions
Auto Tag / build-linux-arm64 (push) Blocked by required conditions
Test / rust-clippy (push) Waiting to run
Test / rust-tests (push) Waiting to run
Test / frontend-typecheck (push) Waiting to run
Test / frontend-tests (push) Waiting to run
Auto Tag / wiki-sync (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Auto Tag / autotag (push) Has been cancelled
This commit is contained in:
parent
1359e398de
commit
68a1ce95a5
24
.gitea/workflows/renovate.yaml
Normal file
24
.gitea/workflows/renovate.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *' # Daily at 6 AM UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v41.0.0
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_AUTOMERGE: 'false'
|
||||
Loading…
Reference in New Issue
Block a user