feat: full copy from apollo_nxt-trcaa with complete sanitization #69

Merged
sarman merged 36 commits from feature/full-copy-from-trcaa into master 2026-06-06 03:19:27 +00:00
2 changed files with 24 additions and 0 deletions
Showing only changes of commit 8af6c0e155 - Show all commits

View 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
View File