renovate (dependabot)
This commit is contained in:
8
renovate/compose.yml
Normal file
8
renovate/compose.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: renovate
|
||||||
|
services:
|
||||||
|
renovate:
|
||||||
|
image: renovate/renovate
|
||||||
|
volumes:
|
||||||
|
- ./config.js:/usr/src/app/config.js
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=debug
|
||||||
10
renovate/config.example.js
Normal file
10
renovate/config.example.js
Normal 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"]
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user