Add config.js
This commit is contained in:
commit
d4507fe2a0
1 changed files with 12 additions and 0 deletions
12
config.js
Normal file
12
config.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
endpoint: 'https://git.kjan.de/api/v1/',
|
||||
platform: 'gitea',
|
||||
persistRepoData: true,
|
||||
logLevel: 'debug',
|
||||
onboardingConfig: {
|
||||
'extends': [
|
||||
"local>renovate/renovate-config"
|
||||
],
|
||||
},
|
||||
autodiscover: true,
|
||||
};
|
Loading…
Add table
Reference in a new issue