commit 6fa96daa3bae44dce8d02b9655963c10738ddfd9 Author: cswimr Date: Fri Dec 27 10:38:15 2024 -0500 Add 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