Fix config path
All checks were successful
renovate / renovate (push) Successful in 53s

This commit is contained in:
2024-04-17 17:59:08 +02:00
parent d5c3f25b5d
commit 030f8cb8ca

8
config.js Normal file
View File

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