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

This commit is contained in:
2025-07-27 00:24:12 +02:00
commit 535201ae6a
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,
};