feat: Initial commit
Some checks failed
Renovate / renovate (push) Failing after 19s

Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
Louis Vallat 2024-09-07 19:56:28 +02:00
commit da8ad52361
Signed by: louis
SSH Key Fingerprint: SHA256:usb9EA8eIADT+Bt0Ne8ZkISCbgPSOYkVgS2iZqdZj8s
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,20 @@
name: Renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- master
jobs:
renovate:
runs-on: alpine
container: ghcr.io/renovatebot/renovate:38
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/louis/renovate-configuration/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

9
config.js Normal file
View File

@ -0,0 +1,9 @@
module.exports = {
"endpoint": "https://git.louis-vallat.dev/api/v1",
"gitAuthor": "Renovate Bot <louis+renovate_bot@louis-vallat.dev>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};