commit 8a0b58c57fb87ce45eefe50de1ca5d071ba601f1 Author: bp99 Date: Thu May 1 17:58:25 2025 +0200 ci: add initial config diff --git a/config.js b/config.js new file mode 100644 index 0000000..8b0368e --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://gitea.bp99.eu/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}