From 99cb32580d7537fde6f9afb6ea6eb5e3a4c2ff03 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Sat, 25 Apr 2026 12:28:21 +0100 Subject: [PATCH] feat(config.js): add renovate config --- config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..39adeb0 --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://code.emmathe.dev/api/v1", // replace it with your actual endpoint + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": ".renovaterc.json", + "autodiscover": true, + "optimizeForDisabled": true, +};