From 6fa96daa3bae44dce8d02b9655963c10738ddfd9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 27 Dec 2024 10:38: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..464af84 --- /dev/null +++ b/config.js @@ -0,0 +1,7 @@ +export default { + "endpoint": "https://www.coastalcommits.com/api/v1", + "gitAuthor": "CoastalCommits-Renovate-Bot ", + "platform": "gitea", // this should be set to 'gitea' even for Forgejo. + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file