renovate-config/config.js

12 lines
340 B
JavaScript
Raw Normal View History

2024-04-17 17:55:14 +02:00
module.exports = {
"endpoint": "https://git.vbrandl.net/api/v1",
"gitAuthor": "Renovate Bot <renovate@vbrandl.net>",
"platform": "gitea",
2024-04-18 16:35:24 +02:00
"onboardingConfigFileName": "renovate.json5",
2024-04-17 17:55:14 +02:00
"autodiscover": true,
2024-04-18 16:30:33 +02:00
"forkProcessing": "disabled",
"dryRun": null,
2024-04-17 17:55:14 +02:00
"optimizeForDisabled": true,
2024-04-17 18:19:35 +02:00
"automerge": false,
2024-04-17 17:55:14 +02:00
};