11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://git.example.com/api/v1/',
|
|
token: '',
|
|
onboarding: true,
|
|
autodiscover: true,
|
|
configFileNames: [".gitea/renovate.json"]
|
|
|
|
};
|
|
|