Add config.js
All checks were successful
renovate / renovate (push) Successful in 3m6s

This commit is contained in:
2025-07-26 22:50:15 +02:00
commit 7f07cc7286
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@cyarski.pl>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};