Add config.js
This commit is contained in:
commit
d4507fe2a0
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…
Reference in New Issue
Block a user