init
Some checks failed
renovate / renovate (push) Failing after 4s

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2026-02-25 06:39:10 +01:00
parent 13b62d4dff
commit 8cb47f2634
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: renovate
on:
schedule:
- cron: "@daily"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/tudattr/renovate-config/config.js"
LOG_LEVEL: "info"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

8
config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
endpoint: "https://git.seyshiro.de/api/v1",
gitAuthor: "Renovate Bot <renovate-bot@seyshiro.de>",
platform: "gitea",
autodiscover: true,
optimizeForDisabled: true,
onboardingConfigFileName: "renovate.json",
};