Files
tsp-rs/.gitea/workflows/renovate.yaml
Renovate Bot f404933326
Some checks failed
Continuous integration / Check (push) Successful in 1m46s
Continuous integration / Test Suite (push) Successful in 1m54s
Continuous integration / Rustfmt (push) Successful in 1m8s
Continuous integration / Clippy (push) Successful in 1m46s
Continuous integration / build (push) Successful in 2m2s
Continuous integration / Check (pull_request) Failing after 20s
Continuous integration / Test Suite (pull_request) Failing after 18s
Continuous integration / Rustfmt (pull_request) Successful in 1m2s
Continuous integration / Clippy (pull_request) Successful in 56s
Continuous integration / build (pull_request) Successful in 56s
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41
2025-08-11 00:02:33 +00:00

21 lines
476 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.61.0
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ".gitea/workflows/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token