17 lines
391 B
JavaScript
17 lines
391 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,
|
|
prHourlyLimit: 0,
|
|
automerge: true,
|
|
major: {
|
|
automerge: false,
|
|
},
|
|
automergeType: 'pr',
|
|
automergeStrategy: 'squash',
|
|
githubTokenWarn: false,
|
|
semanticCommits: 'enabled'
|
|
} |