From 46c5b9f15798fa0803cac2c4eae79a6052ddb3b8 Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Fri, 20 Jun 2025 11:57:17 +0900 Subject: [PATCH] renovate: 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..8ab2161 --- /dev/null +++ b/config.js @@ -0,0 +1,7 @@ +module.exports = { + "endpoint": "https://git.naijun.dev/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "autodiscover": true, + "optimizeForDisabled": true +}; \ No newline at end of file