Add config.js
All checks were successful
renovate / renovate (push) Successful in 2m53s

This commit is contained in:
2025-07-26 23:53:27 +02:00
commit d5f73d9e40
2 changed files with 26 additions and 0 deletions

8
config.js Normal file
View File

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