15 lines
399 B
JavaScript
15 lines
399 B
JavaScript
module.exports = {
|
|
platform: 'gitea',
|
|
endpoint: 'https://git.haozi.net/api/v1',
|
|
gitAuthor: 'gitea-actions <teabot@gitea.io>',
|
|
autodiscover: true,
|
|
onboarding: false,
|
|
optimizeForDisabled: true,
|
|
repositoryCache: 'enabled',
|
|
prHourlyLimit: 0,
|
|
automergeType: 'pr',
|
|
automergeStrategy: 'squash',
|
|
githubTokenWarn: false,
|
|
semanticCommits: 'enabled',
|
|
dockerCliOptions: '--memory=2g'
|
|
} |