renovate-config/config.js

12 lines
320 B
JavaScript
Raw Permalink Normal View History

2024-08-10 10:19:07 +02:00
module.exports = {
"endpoint": "https://git.schulze.network/api/v1",
"gitAuthor": "Renovate Bot <renovatebot@schulze.network>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
2024-08-28 10:16:11 +02:00
"schedule": [
"every weekend"
]
2024-08-10 10:19:07 +02:00
};