renovate-config/config.js
Valentin Brandl 3e4a1acf9d
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 10s
Better defaults
2024-04-18 16:35:24 +02:00

12 lines
340 B
JavaScript

module.exports = {
"endpoint": "https://git.vbrandl.net/api/v1",
"gitAuthor": "Renovate Bot <renovate@vbrandl.net>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json5",
"autodiscover": true,
"forkProcessing": "disabled",
"dryRun": null,
"optimizeForDisabled": true,
"automerge": false,
};