Initial commit
Some checks failed
renovate / renovate (push) Failing after 1m1s

This commit is contained in:
Valentin Brandl 2024-04-17 17:55:14 +02:00
commit a28f741d85
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
- master
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

8
config.json Normal file
View File

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