Merge pull request 'fix(ci): replace JS-based Renovate action with direct container invocation' (#73) from fix/renovate-no-node-runner into master
Some checks failed
Auto Tag / autotag (push) Successful in 7s
Auto Tag / wiki-sync (push) Successful in 8s
Test / frontend-tests (push) Successful in 1m30s
Test / frontend-typecheck (push) Successful in 1m35s
Auto Tag / changelog (push) Successful in 1m51s
Auto Tag / build-macos-arm64 (push) Successful in 5m45s
Test / rust-tests (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Test / rust-clippy (push) Has been cancelled
Auto Tag / build-linux-amd64 (push) Successful in 10m26s
Auto Tag / build-linux-arm64 (push) Successful in 13m10s
Auto Tag / build-windows-amd64 (push) Successful in 13m12s

Reviewed-on: #73
This commit is contained in:
sarman 2026-06-07 01:59:46 +00:00
commit 314fc0d1ba

View File

@ -8,17 +8,15 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: renovate/renovate: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 }}
- name: Run Renovate
run: renovate
env:
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
RENOVATE_AUTODISCOVER: 'false'
RENOVATE_REPOSITORIES: '["sarman/tftsr-devops_investigation"]'
RENOVATE_AUTOMERGE: 'false'