renovate (dependabot)

This commit is contained in:
eneller
2025-10-22 11:51:35 +00:00
parent 936d304983
commit 69a29bb0ee
2 changed files with 18 additions and 0 deletions

8
renovate/compose.yml Normal file
View File

@@ -0,0 +1,8 @@
name: renovate
services:
renovate:
image: renovate/renovate
volumes:
- ./config.js:/usr/src/app/config.js
environment:
- LOG_LEVEL=debug

View File

@@ -0,0 +1,10 @@
module.exports = {
platform: 'gitea',
endpoint: 'https://git.example.com/api/v1/',
token: '',
onboarding: true,
autodiscover: true,
configFileNames: [".gitea/renovate.json"]
};