Better defaults
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 10s

This commit is contained in:
2024-04-18 16:30:33 +02:00
parent 3e2965505e
commit 4d4be98fc6
3 changed files with 8 additions and 4 deletions

View File

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