16 lines
488 B
JavaScript
16 lines
488 B
JavaScript
module.exports = {
|
|
"endpoint": "https://gitea.mylocalhost.cloud/api/v1", // replace it with your actual endpoint
|
|
"gitAuthor": "Renovate Bot <renovate-bot@drc97.com>",
|
|
"platform": "gitea",
|
|
"onboardingConfigFileName": "renovate.json",
|
|
"autodiscover": true,
|
|
"optimizeForDisabled": true,
|
|
"extends": [
|
|
":automergeMinor",
|
|
":automergePr",
|
|
":combinePatchMinorReleases",
|
|
":enablePreCommit",
|
|
":enableVulnerabilityAlerts"
|
|
]
|
|
};
|