From ffafcb01755bfa9d3d9fe30ba0a807b6b277e72a Mon Sep 17 00:00:00 2001 From: tmayoff Date: Sun, 23 Nov 2025 15:31:15 -0500 Subject: [PATCH] Add config.js --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..2eee8b4 --- /dev/null +++ b/config.js @@ -0,0 +1,7 @@ +module.exports = { + "endpoint": "https://gitforge.mayoff.ca/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "forgejo", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file