Initial commit

This commit is contained in:
2025-10-23 23:25:16 +02:00
commit 7418ce3f69
2 changed files with 28 additions and 0 deletions

10
renovate-config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
endpoint: 'https://gitea.kovagoadi.hu/',
platform: 'gitea',
onboardingConfig: {
extends: ['config:recommended'],
},
autodiscover: true,
log_level: 'debug'
};