Merge master into feature/full-copy-from-trcaa - resolve conflicts
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m22s
Test / frontend-typecheck (pull_request) Successful in 1m29s
PR Review Automation / review (pull_request) Successful in 4m18s
Test / rust-fmt-check (pull_request) Successful in 10m47s
Test / rust-clippy (pull_request) Successful in 12m19s
Test / rust-tests (pull_request) Successful in 14m1s
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m22s
Test / frontend-typecheck (pull_request) Successful in 1m29s
PR Review Automation / review (pull_request) Successful in 4m18s
Test / rust-fmt-check (pull_request) Successful in 10m47s
Test / rust-clippy (pull_request) Successful in 12m19s
Test / rust-tests (pull_request) Successful in 14m1s
This commit is contained in:
commit
8af6c0e155
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'
|
||||
0
.renovatebot
Normal file
0
.renovatebot
Normal file
Loading…
Reference in New Issue
Block a user