commit 033ce93da1e5ac6af9e766d7958040365005b9fb Author: Renovate Bot Date: Sat Aug 10 10:19:07 2024 +0200 add renovate config diff --git a/config.js b/config.js new file mode 100644 index 0000000..c8c940e --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.schulze.network/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +};