From 086abfb9578dca2613cadc1a9cbcea8d100af0a3 Mon Sep 17 00:00:00 2001 From: sora Date: Fri, 17 Nov 2023 15:54:34 +0100 Subject: [PATCH] Add config.js --- config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..a70055b --- /dev/null +++ b/config.js @@ -0,0 +1,12 @@ +module.exports = { + "endpoint": "https://git.helcel.net/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json5", + "autodiscover": true, + "autodiscoverFilter": ["sora/*"], + "optimizeForDisabled": true, + "forkProcessing": "disabled", + "dryRun": null, + "binarySource": "install", +};