From d8d576a67419df4214482a94c7fe9dac4be5220c Mon Sep 17 00:00:00 2001 From: Hadley Rich Date: Mon, 30 Oct 2023 15:56:11 +1300 Subject: [PATCH] Local config --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 8948583..91f7703 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { "timezone": "Pacific/Auckland", - "endpoint": "https://gitea.nice.net.nz/api/v1", + "endpoint": "https://git.nice.net.nz/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea", "autodiscover": true,