ci: add initial config

This commit is contained in:
2025-05-01 17:58:25 +02:00
commit 8a0b58c57f

8
config.js Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
"endpoint": "https://gitea.bp99.eu/api/v1",
"gitAuthor": "Renovate Bot <renovate-bot@gitea.bp99.eu>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
}