commit 494a977882e589af16db6e77ac36c184c1471036 Author: RenovateBot Date: Sat Mar 14 16:03:08 2026 +0100 Add config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..e9d21cc --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.hirschfeld.dev/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file