This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user