From 260b7941111da418de38017cd7d90cb5e2bd40c1 Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 3 Feb 2026 08:18:55 +0000 Subject: [PATCH] Add renovate-config.js --- renovate-config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate-config.js diff --git a/renovate-config.js b/renovate-config.js new file mode 100644 index 0000000..e71939e --- /dev/null +++ b/renovate-config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.stemmechanics.com.au/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file