Update for gitea
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-02-08 21:20:36 +05:30
parent 049e4012f4
commit f3747de186
2 changed files with 3 additions and 3 deletions

View File

@@ -19,13 +19,13 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: bookworm-slim runs-on: trixe-slim
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.2
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ forgejo.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}

View File

@@ -1,5 +1,5 @@
module.exports = { module.exports = {
platform: 'forgejo', platform: 'gitea',
endpoint: 'https://git.ryuu.in/api/v1/', endpoint: 'https://git.ryuu.in/api/v1/',
gitAuthor: 'Renovate Bot <renovate@sh.ryuu.in>', gitAuthor: 'Renovate Bot <renovate@sh.ryuu.in>',
username: 'renovate-bot', username: 'renovate-bot',