Files
renovate-config/config.js
Daniel Cormier fb537fc6ac
All checks were successful
renovate / renovate (push) Successful in 17s
chore: Update config to enable pre-commit and vulnerability alerts
2024-12-05 13:21:37 -05:00

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"
]
};