10 lines
252 B
JavaScript
10 lines
252 B
JavaScript
module.exports = {
|
|
autodiscover: true,
|
|
endpoint: 'https://git.janky.solutions',
|
|
gitAuthor: 'Renovate Bot <renovatebot@janky.solutions>',
|
|
platform: 'gitea',
|
|
allowScripts: true,
|
|
allowedPostUpgradeCommands: [
|
|
".*"
|
|
]
|
|
};
|