diff --git a/config.js b/config.js index 139bfd8..63a880a 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { platform: 'gitea', - endpoint: 'http://crunchy-orchestrator:3000/api/v1/', // set this to the url of your gitea instance + endpoint: 'http://crunchy-orchestrator:3000', // set this to the url of your gitea instance gitAuthor: 'Renovate Bot ', // set the email address to whatever email your gave this user in your gitea username: 'renovate-bot', autodiscover: true,