commit 3ab36cf90eb540612406ea8c6e7e332f9fe417b1 Author: WorldTeacher Date: Fri May 23 16:15:38 2025 +0200 add config diff --git a/config.js b/config.js new file mode 100644 index 0000000..14360d4 --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.theprivateserver.de/api/v1", // replace it with your actual endpoint + "gitAuthor": "RenovateBot , + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +};