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", +};